You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added GitVersion to automatically increment package and assembly version (#19)
***NO_CI*** the resulting commit of this PR needs to be tagged with the initial version before the CI pipeline can run
* Added GitVersion
* Updated publishFeedCredentials to use organisation-owned API key
* Added contributing guidelines
* Enabled code coverage
Please first discuss the change you wish to make via an issue before making a change.
4
+
5
+
## Pull request process
6
+
7
+
1. Ensure that there are automated tests that cover any changes
8
+
1. Update the README.md with details of any significant changes to functionality
9
+
1. Ensure that your commit messages increment the version using [GitVersion syntax](https://gitversion.readthedocs.io/en/latest/input/docs/more-info/version-increments/). If no message is found then the patch version will be incremented by default.
10
+
1. You may merge the pull request once it meets all of the required checks. If you do not have permision, a reviewer will do it for you
0 commit comments