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 a536836 commit a645f5eCopy full SHA for a645f5e
.github/workflows/release-please.yml
@@ -20,5 +20,8 @@ jobs:
20
- name: 🤖 Run release-please
21
uses: googleapis/release-please-action@v4
22
with:
23
+ token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
24
release-type: node
25
package-name: create-reactw-app
26
+ config-file: .release-please-config.json
27
+ manifest-file: .release-please-manifest.json
.release-please-config.json
@@ -0,0 +1,4 @@
1
+{
2
+ "release-type": "node",
3
+ "skip-github-release": false
4
+}
0 commit comments