Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
include steps for tagging releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois authored Feb 9, 2018
1 parent f54171f commit b6ab7f1
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 b6ab7f1

Please sign in to comment.