chore(main): release v0.7.1

This commit is contained in:
Julian Tölle 2025-09-26 07:35:12 +02:00 committed by releaser-pleaser
parent b0c50518b3
commit 4662eeb607
3 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,12 @@
# Changelog # Changelog
## [v0.7.1](https://github.com/apricote/releaser-pleaser/releases/tag/v0.7.1)
### Bug Fixes
- using code blocks within release-notes (#275)
- no html escaping for changelog template (#277)
## [v0.7.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.7.0) ## [v0.7.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.7.0)
### Highlights :sparkles: ### Highlights :sparkles:

View file

@ -25,7 +25,7 @@ inputs:
outputs: { } outputs: { }
runs: runs:
using: 'docker' using: 'docker'
image: docker://ghcr.io/apricote/releaser-pleaser:v0.7.0 # x-releaser-pleaser-version image: docker://ghcr.io/apricote/releaser-pleaser:v0.7.1 # x-releaser-pleaser-version
args: args:
- run - run
- --forge=github - --forge=github

View file

@ -44,7 +44,7 @@ releaser-pleaser:
resource_group: releaser-pleaser resource_group: releaser-pleaser
image: image:
name: ghcr.io/apricote/releaser-pleaser:v0.7.0 # x-releaser-pleaser-version name: ghcr.io/apricote/releaser-pleaser:v0.7.1 # x-releaser-pleaser-version
entrypoint: [ "" ] entrypoint: [ "" ]
variables: variables:
GITLAB_TOKEN: $[[ inputs.token ]] GITLAB_TOKEN: $[[ inputs.token ]]