Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Jun 29, 2021
1 parent b4c4799 commit 80ba850
Show file tree
Hide file tree
Showing 4 changed files with 950 additions and 2,543 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
node-version: [ 14, 15 ]
node-version: [ 14, 16 ]
steps:
- name: Clone repository
uses: actions/checkout@v2
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,13 @@ In both cases include migration path in issue's description (and later in releas

## Releasing New Version

1. Update version number in `package.json`
2. `$ grunt dist`
3. `$ git checkout -b release-version-<VERSION_ID>`
1. Update version number in `package.json` and `package-lock.json`
2. `$ npm run dist`
3. `$ git checkout -b release/<VERSION>`
3. `$ git commit -am "Bump version"`
4. `$ git tag <SEMANTIC_VERSION_NUMBER>`
4. `$ git tag <VERSION>`
5. `$ git push --follow-tags`
6. Add the version with change log to [GitHub Releases page](https://github.com/visionappscz/bootstrap-ui/releases)
7. Deploy docs to production (outside of GitHub)

## Don’t Forget

Expand Down
Loading

0 comments on commit 80ba850

Please sign in to comment.