Skip to content

Commit

Permalink
chore(main): release v0.2.0-beta.1 (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: releaser-pleaser <>
  • Loading branch information
apricote authored Aug 24, 2024
1 parent 60b73b6 commit e96e510
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v0.2.0-beta.1](https://github.com/apricote/releaser-pleaser/releases/tag/v0.2.0-beta.1)
### Features

- update version references in any files (#14)

### Bug Fixes

- **ci**: building release image fails (#21)

## [v0.2.0-beta.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.2.0-beta.0)
### Features

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
outputs: {}
runs:
using: 'docker'
image: ghcr.io/apricote/releaser-pleaser:v0.2.0-beta.0 # x-releaser-pleaser-version
image: ghcr.io/apricote/releaser-pleaser:v0.2.0-beta.1 # x-releaser-pleaser-version
args:
- run
- --forge=github
Expand Down

0 comments on commit e96e510

Please sign in to comment.