We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3362ad4 commit cc1b341Copy full SHA for cc1b341
.github/workflows/Release.yml
@@ -30,6 +30,8 @@ jobs:
30
with:
31
# This expects you to have a script called release which does a build for your packages and calls changeset publish
32
publish: yarn release
33
+ # this expects you to have a npm script called version that runs some logic and then calls `changeset version`.
34
+ version: yarn version
35
commit: "chore: release eslint-plugin-svelte"
36
title: "chore: release eslint-plugin-svelte"
37
env:
0 commit comments