Skip to content

Commit

Permalink
docs: ✏️ updated readme to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ziccardi committed Dec 16, 2020
1 parent 4f61b14 commit 4dac841
Show file tree
Hide file tree
Showing 2 changed files with 351 additions and 250 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- master
paths-ignore:
- 'package.json'
- 'package-lock.json'
- 'CHANGELOG.md'
jobs:
build:
Expand All @@ -15,7 +16,7 @@ jobs:
with:
token: ${{ secrets.ACTION_TOKEN }}
- name: Bump version and push tag
uses: TriPSs/conventional-changelog-action@v3
uses: TriPSs/conventional-changelog-action@v3.7.1
with:
github-token: ${{ secrets.ACTION_TOKEN }}
git-message: 'chore(release): {version}'
Expand Down
Loading

0 comments on commit 4dac841

Please sign in to comment.