We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52493d8 commit 84d15b7Copy full SHA for 84d15b7
CONTRIBUTING.md
@@ -1 +1,16 @@
1
-## TODO
+## 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