-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update the plugin used to push code to the central repo, add an instr…
…uction about how to get a signing key
- Loading branch information
1 parent
c08a928
commit 3ec4cff
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,9 +79,10 @@ We are here to help. Email us at [[email protected]](mailto:support@in | |
8. Tag version: `git tag 'vX.Y.Z' && git push --tags` | ||
9. `eval $(gpg-agent --daemon)` | ||
10. `gpg --use-agent --armor --detach-sign` and press ^C after authenticating | ||
11. `mvn clean deploy` | ||
12. Use the git tag and make a new release with `target/instrumental_agent-*` attached, https://github.com/instrumental/instrumental_agent-java/tags | ||
13. Refresh documentation on instrumentalapp.com | ||
11. Until maven gpg 1.7 is released, you may need to do this instead: `gpg --use-agent --armor --detach-sign --output $(mktemp) pom.xml` | ||
12. `mvn clean deploy` | ||
13. Use the git tag and make a new release with `target/instrumental_agent-*` attached, https://github.com/instrumental/instrumental_agent-java/tags | ||
14. Refresh documentation on instrumentalapp.com | ||
|
||
|
||
## Version Policy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters