mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-11 12:17:04 +00:00
Compare commits
1 commit
5e00562865
...
6810ace9b8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6810ace9b8 |
2 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## [v0.2.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.2.0)
|
||||
### Features
|
||||
|
||||
- update version references in any files (#14)
|
||||
|
||||
## [v0.1.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.1.0)
|
||||
### This is the first release ever, so it also includes a lot of other functionality.
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ inputs:
|
|||
outputs: {}
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: ghcr.io/apricote/releaser-pleaser:v0.1.0 # x-releaser-pleaser-version
|
||||
image: ghcr.io/apricote/releaser-pleaser:v0.2.0 # x-releaser-pleaser-version
|
||||
args:
|
||||
- run
|
||||
- --forge=github
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue