Skip to content

Commit

Permalink
Fix formatting in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
svsool committed Jul 15, 2020
1 parent c597dff commit 856caf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ yarn test
## Releasing

1. bump version using [semver](https://semver.org/) and yarn built-in commands either `yarn version --patch`, `yarn version --minor` or `yarn version --major`
- patch update for bug fixes, dependency updates and small changes
- minor update for features and bigger changes in a backwards compatible manner
- major update for features with incompatible API changes
- patch update for bug fixes, dependency updates and small changes
- minor update for features and bigger changes in a backwards compatible manner
- major update for features with incompatible API changes
1. push to origin with `git push && git push --tags`
1. CI will automatically create new release with changes since the last release, it will also attach release artifacts and publish extension to the marketplace

Expand Down

0 comments on commit 856caf5

Please sign in to comment.