mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-11 20:27:02 +00:00
Compare commits
2 commits
1767fbba90
...
0190e46c72
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0190e46c72 | ||
| 2567f0ae8b |
3 changed files with 18 additions and 3 deletions
7
.github/workflows/releaser-pleaser.yaml
vendored
7
.github/workflows/releaser-pleaser.yaml
vendored
|
|
@ -3,8 +3,8 @@ name: releaser-pleaser
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
# TODO: use pull_request_target to avoid tainting the actual release PR with code from open feature pull requests
|
# Using pull_request_target to avoid tainting the actual release PR with code from open feature pull requests
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types:
|
types:
|
||||||
- edited
|
- edited
|
||||||
- labeled
|
- labeled
|
||||||
|
|
@ -14,10 +14,13 @@ permissions: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
releaser-pleaser:
|
releaser-pleaser:
|
||||||
|
# TODO: if: push or pull_request.closed
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: main
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
|
|
|
||||||
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,5 +1,17 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v0.2.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.2.0)
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- update version references in any files (#14)
|
||||||
|
- **cli**: add --version flag (#29)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **ci**: building release image fails (#21)
|
||||||
|
- **ci**: ko pipeline permissions (#23)
|
||||||
|
- **action**: invalid quoting for extra-files arg (#25)
|
||||||
|
|
||||||
## [v0.2.0-beta.2](https://github.com/apricote/releaser-pleaser/releases/tag/v0.2.0-beta.2)
|
## [v0.2.0-beta.2](https://github.com/apricote/releaser-pleaser/releases/tag/v0.2.0-beta.2)
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ inputs:
|
||||||
outputs: {}
|
outputs: {}
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: ghcr.io/apricote/releaser-pleaser:v0.2.0-beta.2 # x-releaser-pleaser-version
|
image: ghcr.io/apricote/releaser-pleaser:v0.2.0 # x-releaser-pleaser-version
|
||||||
args:
|
args:
|
||||||
- run
|
- run
|
||||||
- --forge=github
|
- --forge=github
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue