Skip to content

Commit

Permalink
Pin github-changes version
Browse files Browse the repository at this point in the history
Fixes #187
  • Loading branch information
MaximeKjaer committed Jan 20, 2021
1 parent 8ab092c commit a5806a4
Show file tree
Hide file tree
Showing 3 changed files with 390 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Update package.json version
run: yarn version --no-git-tag-version --new-version ${GITHUB_REF#refs/*/}
- name: Generate CHANGELOG.md
run: npx github-changes --owner $OWNER --repository $REPOSITORY --branch $RELEASE_BRANCH --no-merges --title "Scala Syntax (official) Changelog"
run: yarn run github-changes --owner $OWNER --repository $REPOSITORY --branch $RELEASE_BRANCH --no-merges --title "Scala Syntax (official) Changelog"
- run: yarn build
- run: yarn test
# - name: Commit generated files
Expand All @@ -41,7 +41,7 @@ jobs:
run: yarn vscode:publish --pat ${{ secrets.VS_MARKETPLACE_TOKEN }}

- name: Generate GitHub Release notes
run: npx github-changes --owner $OWNER --repository $REPOSITORY --branch $RELEASE_BRANCH --no-merges --title "Changelog" --for-tag ${GITHUB_REF#refs/*/} --file release-notes.md
run: yarn run github-changes --owner $OWNER --repository $REPOSITORY --branch $RELEASE_BRANCH --no-merges --title "Changelog" --for-tag ${GITHUB_REF#refs/*/} --file release-notes.md
- name: Create GitHub Release
id: create-release
uses: actions/create-release@v1
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"devDependencies": {
"@types/node": "^14.6.4",
"ajv": "^6.12.4",
"github-changes": "^1.1.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"ts-node": "^9.0.0",
Expand Down
Loading

0 comments on commit a5806a4

Please sign in to comment.