-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release instructions to readme (#92)
I had to ask Sam how to release (e.g, do i need to create github tag, etc).. so am adding instructions to readme for future new peeps (i think this is correct, I haven't actually cut a new release yet 😅 will update later if it's wrong)
- Loading branch information
1 parent
6a4f5e7
commit b36fc31
Showing
2 changed files
with
7 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Releasing | ||
|
||
We have a workflow for building & releasing, which can be found in [.github/workflows](.github/workflows). | ||
This uses a tool called [goreleaser](https://goreleaser.com/), which handles most of the release process for us (creating git tag, publishing docker images, etc). | ||
|
||
To cut a new release, simply make a new PR with the version updated in [VERSION](cmd/catalog-importer/cmd/VERSION). |