We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4455d4 + bea1e6e commit 188f68dCopy full SHA for 188f68d
2 files changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install Dependencies
25
run: npm ci
26
- name: Generate Changelog
27
- run: npx standard-version --first-release
+ run: npx standard-version --skip.tag
28
- name: Publish
29
run: npm publish
30
env:
README.md
@@ -168,5 +168,5 @@ The [release](./.github/workflows/release.yml) workflow handles release tasks. T
168
169
#### npm
170
171
-This job automates tasks relating to updating [changelog](./CHANGELOG.md), tagging and publishing to (
172
-npm)(https://www.npmjs.com).
+This job automates tasks relating to updating [changelog](./CHANGELOG.md), and publishing
+to [npm](https://www.npmjs.com).
0 commit comments