Skip to content

Commit

Permalink
Merge pull request Esri#466 from Esri/release-steps
Browse files Browse the repository at this point in the history
include steps for tagging releases in the README
  • Loading branch information
bsvensson authored Apr 6, 2018
2 parents f54171f + b6ab7f1 commit f710a4a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ Found a bug or want to request a new feature? Check out previously logged [Issue

Esri welcomes [contributions](CONTRIBUTING.md) from anyone and everyone. Please see our [guidelines for contributing](https://github.com/esri/contributing).

## Release steps (for maintainers)

0. run `npm install gh-release` inside the directory which houses the repository (this only needs to be done once)
1. bump proxy version numbers and changelog
2. commit your changes `git commit -m ':package 1.x.x'`
3. run `gh-release` at the command line. this will create a tag using the current SHA and use whats in the changelog in the release notes

## License

Copyright 2017 Esri
Expand Down

0 comments on commit f710a4a

Please sign in to comment.