We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9cdb5 commit e71cdfdCopy full SHA for e71cdfd
.github/workflows/release-please.yml
@@ -0,0 +1,12 @@
1
+on:
2
+ workflow_dispatch:
3
+
4
+name: release-please
5
+jobs:
6
+ release-please:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: google-github-actions/release-please-action@v3
10
+ with:
11
+ release-type: node
12
+ package-name: release-please-action
.github/workflows/release.yml
@@ -0,0 +1,22 @@
+name: Release
+ push:
+ tags:
+ - "v*"
+ release:
+ - uses: actions/checkout@v3
13
14
+ fetch-depth: 0
15
16
+ - uses: actions/setup-node@v3
17
18
+ node-version: 16.x
19
20
+ - run: npx changelogithub
21
+ env:
22
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments