Skip to content

Commit

Permalink
Added release instructions notes (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
pete0emerson authored Feb 3, 2021
1 parent c97d990 commit 8c6520a
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 @@ -183,6 +183,13 @@ Download the release asset `foo.exe` from a GitHub release hosted on a GitHub En
fetch --repo="https://ghe.mycompany.com/foo/bar" --ref="0.1.5" --release-asset="foo.exe" /tmp
```

##### Release Instructions

To release a new version of `fetch`, go to the [Releases page](https://github.com/gruntwork-io/fetch/releases) and "Draft a new release".
On the following page, bump the "Tag version" appropriately, and set the "Release title" to be the same.
In the "Describe this release" section, log the changes of this release, linking back to issues that were addressed.
Click the "Publish release" button. CircleCI will pick this up, generate the assets, and attach them to the release.

## License

This code is released under the MIT License. See [LICENSE.txt](/LICENSE.txt).
Expand Down

0 comments on commit 8c6520a

Please sign in to comment.