1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-08-06 22:13:02 +02:00

docs: include release steps in README.md

This commit is contained in:
Wes McNamee
2019-10-16 20:18:32 -07:00
parent 2dadb4dfdc
commit 0eb7d6b039

View File

@ -254,6 +254,26 @@ Jira offers sandbox test environments at http://go.atlassian.com/cloud-dev.
You can read more about them at https://developer.atlassian.com/blog/2016/04/cloud-ecosystem-dev-env/. You can read more about them at https://developer.atlassian.com/blog/2016/04/cloud-ecosystem-dev-env/.
## Contributing
We ❤️ PR's
## Releasing
Install `standard-version`
```bash
npm i -g standard-version
```
```bash
standard-version
git push --tags
```
Manually copy/paste text from changelog (for this new version) into the release on Github.com. E.g.
[https://github.com/andygrunwald/go-jira/releases/edit/v1.11.0](https://github.com/andygrunwald/go-jira/releases/edit/v1.11.0)
## License ## License
This project is released under the terms of the [MIT license](http://en.wikipedia.org/wiki/MIT_License). This project is released under the terms of the [MIT license](http://en.wikipedia.org/wiki/MIT_License).