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:
20
README.md
20
README.md
@ -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).
|
||||||
|
Reference in New Issue
Block a user