Skip to content

Commit 188f68d

Browse files
authored
Merge pull request #6 from J-R-Oliver/5-fix-release-pipeline
5 fix release pipeline
2 parents f4455d4 + bea1e6e commit 188f68d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Dependencies
2525
run: npm ci
2626
- name: Generate Changelog
27-
run: npx standard-version --first-release
27+
run: npx standard-version --skip.tag
2828
- name: Publish
2929
run: npm publish
3030
env:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,5 @@ The [release](./.github/workflows/release.yml) workflow handles release tasks. T
168168

169169
#### npm
170170

171-
This job automates tasks relating to updating [changelog](./CHANGELOG.md), tagging and publishing to (
172-
npm)(https://www.npmjs.com).
171+
This job automates tasks relating to updating [changelog](./CHANGELOG.md), and publishing
172+
to [npm](https://www.npmjs.com).

0 commit comments

Comments
 (0)