We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec98d9 commit fea8ea7Copy full SHA for fea8ea7
.github/workflows/release.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ workflow_dispatch:
8
9
concurrency: ${{ github.workflow }}-${{ github.ref }}
10
@@ -48,6 +49,9 @@ jobs:
48
49
# This expects you to have a script called release which does a build for your packages and calls changeset publish
50
publish: pnpm release
51
version: pnpm version-packages
52
+ commit: "chore(release): changesets versioning & publication"
53
+ title: "Changesets: Versioning & Publication"
54
+ createGithubReleases: true
55
env:
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments