Skip to content

Commit

Permalink
fix: add standard-version to keep the same conventional semver workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove authored and aulneau committed Mar 11, 2021
1 parent 4370ed0 commit 96a800e
Show file tree
Hide file tree
Showing 3 changed files with 826 additions and 24 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
version:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'chore(release)')"
needs: [ integration_tests, code_checks ]
needs: [integration_tests, code_checks]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -84,3 +84,5 @@ jobs:
run: |
git config --global user.email "${COMMIT_EMAIL}"
git config --global user.name "${COMMIT_USER}"
- name: Bump version and update changelog
run: yarn standard-version
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
"react-refresh": "^0.9.0",
"react-test-renderer": "^17.0.1",
"speed-measure-webpack-plugin": "^1.4.2",
"standard-version": "^9.1.1",
"stream-browserify": "^3.0.0",
"terser-webpack-plugin": "^2.3.5",
"ts-jest": "^26.5.3",
Expand Down
Loading

0 comments on commit 96a800e

Please sign in to comment.