Skip to content

Commit

Permalink
update contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
robbecker-wf committed Mar 14, 2022
1 parent 46a06fe commit e79e5e7
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 @@ -38,3 +38,12 @@ Pull Request rejections are not a bad thing. It just means you need to fix somet
## Becoming a Committer

If you get on IRC and ask us, we can review your work and add you as a committer if we think you should have it.

## Releasing & Publishing

This repo is now configured to release after every PR merge. This means a couple things for PRs that are put up:

1. A semver label is required. A github check will remind you that you need one. Reviewers should check that it is correct.
2. There is no need to modify the version in the pubspec.yaml in your PRs. The tooling will update the version according to the semver label applied to your PR.
3. Same thing for the CHANGELOG.md. Tooling will update it automatically after merge.
4. A github release will be created and published ot pub.dev for you.

0 comments on commit e79e5e7

Please sign in to comment.