Skip to content

Commit

Permalink
Merge pull request #906 from input-output-hk/fix_release
Browse files Browse the repository at this point in the history
Fix release
  • Loading branch information
pgrange committed Jun 7, 2023
2 parents 70a9967 + 13381c4 commit 38787da
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,11 @@ To perform a release of next `<version>`:
the green light for the next step.
2. Replace `UNRELEASED` with a date in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) in CHANGELOG.md
3. run `./release.sh` with `<version>` and the just published `hydra-scripts-tx-id` from step 1
4. Create a github release page containing
- The released changes (formatted) and giving credit where credit is due
- Attach static binaries to the release (or link the CI artifact)
- The just published `hydra-scripts-tx-id` from step 1
4. Make branch *release* point to your release tag (so that the website is published)
5. Create a github release page containing
* The released changes (formatted) and giving credit where credit is due
* Attach static binaries to the release (or link the CI artifact)
* The just published `hydra-scripts-tx-id` from step 1

[smoke-test]: https://github.com/input-output-hk/hydra/actions/workflows/smoke-test.yaml

Expand Down

0 comments on commit 38787da

Please sign in to comment.