-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: switch to releaser-pleaser (#906)
Switch to releaser-pleaser[0] for planning new releases. This adds the following new features: - We can easily cut pre-releases, these are always useful if we want to allow some customers to test features before making an official release or to validate changes made to the release CI workflows - We can add our own release notes to each release to better inform customers about the new features we added or about any deprecations. [0] https://github.com/apricote/releaser-pleaser
- Loading branch information
Showing
6 changed files
with
26 additions
and
34 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Releaser-pleaser | ||
|
||
on: | ||
push: | ||
branches: [main] | ||
pull_request_target: | ||
types: | ||
- edited | ||
- labeled | ||
- unlabeled | ||
|
||
jobs: | ||
releaser-pleaser: | ||
# Do not run on forks. | ||
if: github.repository == 'hetznercloud/cli' | ||
|
||
runs-on: ubuntu-latest | ||
steps: | ||
- name: releaser-pleaser | ||
uses: apricote/[email protected] | ||
with: | ||
token: ${{ secrets.HCLOUD_BOT_TOKEN }} | ||
extra-files: | | ||
internal/version/version.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters