Skip to content

Commit 71e664a

Browse files
Merge pull request #214 from mansenfranzen/ci_automate_changelog_release
ci: add initial configuration for GH action `please-release`
2 parents b9b4e2d + 2c03818 commit 71e664a

File tree

5 files changed

+1178
-1
lines changed

5 files changed

+1178
-1
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
6+
permissions:
7+
contents: write
8+
pull-requests: write
9+
10+
name: release-please
11+
12+
jobs:
13+
release-please:
14+
runs-on: ubuntu-latest
15+
environment: ReleasePlease
16+
steps:
17+
- uses: google-github-actions/release-please-action@v4
18+
with:
19+
token: ${{ secrets.TOKEN }}
20+
config-file: release-please-config.json
21+
manifest-file: .release-please-manifest.json

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "2.1.0"
3+
}

0 commit comments

Comments
 (0)