Skip to content

Commit 84d15b7

Browse files
committed
Update CONTRIBUTING.md to include detailed release process steps
1 parent 52493d8 commit 84d15b7

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
## TODO
1+
## Contributing
2+
3+
4+
## Release
5+
6+
1. Update version in CHANGELOG.md and add notes
7+
1. If possible link the pull request of the changes and mention the author of the pull request
8+
2. Update `src.Directory.Build.props`
9+
3. Create new commit
10+
1. `git add CHANGELOG.md`
11+
1. `git commit -m "changelog for v0.45.0"`
12+
4. Make a new version tag (for example, `v0.45.0`)
13+
1. `git tag v0.45.0`
14+
5. Push changes to the repo.
15+
1. `git push --atomic [remote] main v0.45.0`
16+
- Replace `[remote]` with your remote name, usually `origin` or `upstream`

0 commit comments

Comments
 (0)