Skip to content

Commit afb7cda

Browse files
authored
ci: switch to releaser-pleaser (#230)
Replace release-please with releaser-pleaser, as 0.7.0 adds support for updating package.json
1 parent 39b6d27 commit afb7cda

File tree

4 files changed

+27
-33
lines changed

4 files changed

+27
-33
lines changed

.github/release-please-config.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/release-please-manifest.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/release-please.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Releaser-pleaser
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request_target:
7+
types:
8+
- edited
9+
- labeled
10+
- unlabeled
11+
12+
concurrency:
13+
group: releaser-pleaser
14+
cancel-in-progress: true
15+
16+
jobs:
17+
releaser-pleaser:
18+
# Do not run on forks.
19+
if: github.repository == 'hetznercloud/setup-hcloud'
20+
21+
runs-on: ubuntu-latest
22+
steps:
23+
- name: releaser-pleaser
24+
uses: apricote/[email protected]
25+
with:
26+
token: ${{ secrets.HCLOUD_BOT_TOKEN }}
27+
updaters: packagejson

0 commit comments

Comments
 (0)