Skip to content

Commit

Permalink
docs: update CONTRIBUTING.md for the instruction to bump version (#928
Browse files Browse the repository at this point in the history
)

docs: update CONTRIBUTING.md
  • Loading branch information
sehilyi committed Jul 6, 2023
1 parent b61cb29 commit afcf002
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,12 @@ To learn more about the commitlint, please visit [conventional-changelog/commitl

## Opening Pull Requests
We use the [commitlint](#commitlint) for the title of PR. So, if the title of PR is not following the commitlint conventions, [Semantic Pull Request](https://github.com/zeke/semantic-pull-requests) will complain about it, disallowing your PR to be merged. When your PR is accepted and merged into the master branch, the title of the PR will be recorded as a single commit message which will then added as a single item in [CHANGELOG.md](/CHANGELOG.md).

## Bumping Gosling.js

GitHub Action handles bumping the version of Gosling.js. The pattern looks like the following:

```
yarn version --patch
git push origin master --tags
```

0 comments on commit afcf002

Please sign in to comment.