mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-06 17:57:05 +00:00
chore(main): release v0.7.0 (#232)
This commit is contained in:
parent
d259921215
commit
b3cb9e128c
3 changed files with 24 additions and 2 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
|
@ -1,5 +1,27 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v0.7.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.7.0)
|
||||||
|
|
||||||
|
### Highlights :sparkles:
|
||||||
|
|
||||||
|
#### Update version in `package.json`
|
||||||
|
|
||||||
|
Thanks to @Mattzi it is now possible to use `releaser-pleaser` in Javascript/Node.js projects with a `package.json` file.
|
||||||
|
|
||||||
|
You can enable this with the option `updaters: packagejson` in the GitHub Actions / GitLab CI/CD config.
|
||||||
|
|
||||||
|
All updaters, including the defaults `changelog` and `generic` can now be enabled and disabled through this field. You can find a full list in the [documentation](https://apricote.github.io/releaser-pleaser/reference/updaters.html).
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- add updater for package.json (#213)
|
||||||
|
- highlight breaking changes in release notes (#234)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- filter out empty updaters in input (#235)
|
||||||
|
- **github**: duplicate release pr when process is stopped at wrong moment (#236)
|
||||||
|
|
||||||
## [v0.6.1](https://github.com/apricote/releaser-pleaser/releases/tag/v0.6.1)
|
## [v0.6.1](https://github.com/apricote/releaser-pleaser/releases/tag/v0.6.1)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ inputs:
|
||||||
outputs: { }
|
outputs: { }
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: docker://ghcr.io/apricote/releaser-pleaser:v0.6.1 # x-releaser-pleaser-version
|
image: docker://ghcr.io/apricote/releaser-pleaser:v0.7.0 # x-releaser-pleaser-version
|
||||||
args:
|
args:
|
||||||
- run
|
- run
|
||||||
- --forge=github
|
- --forge=github
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ releaser-pleaser:
|
||||||
resource_group: releaser-pleaser
|
resource_group: releaser-pleaser
|
||||||
|
|
||||||
image:
|
image:
|
||||||
name: ghcr.io/apricote/releaser-pleaser:v0.6.1 # x-releaser-pleaser-version
|
name: ghcr.io/apricote/releaser-pleaser:v0.7.0 # x-releaser-pleaser-version
|
||||||
entrypoint: [ "" ]
|
entrypoint: [ "" ]
|
||||||
variables:
|
variables:
|
||||||
GITLAB_TOKEN: $[[ inputs.token ]]
|
GITLAB_TOKEN: $[[ inputs.token ]]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue