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 275c3e1 commit 17b75a9Copy full SHA for 17b75a9
.github/workflows/generate-changelog.yaml
@@ -15,9 +15,9 @@ jobs:
15
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
16
- uses: actions/setup-node@v1
17
with:
18
- node-version: '10.x'
+ node-version: '12.x'
19
- name: Update dependencies
20
- run: npm install -g standard-version
+ run: npm install -g standard-version@7.1.0
21
- name: Generate changelog
22
run: standard-version
23
- run: cat CHANGELOG.md
0 commit comments