Skip to content

Commit

Permalink
release PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
TCLamnidis committed Mar 26, 2024
1 parent 379d829 commit 8816331
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!-- Still preliminary. -->

When a new release is made for minotaur, the following steps should be taken:

- Update the CHANGELOG.md to include a description of all changes.
- Add Release date and bump version number to CHANGELOG.md
- Update the version number in the following files:
- [ ] scripts/download_and_localise_package_files.sh
- [ ] scripts/ssf_validator.py
- [ ] scripts/create_eager_input.sh
- [ ] scripts/minotaur_packager.sh
- [ ] scripts/validate_downloaded_data.sh
- [ ] scripts/run_eager.sh
- [ ] scripts/populate_janno.py
- [ ] scripts/download_ena_data.py
- Create new release, release tag, and name.

After the release:

- Update the poseidon-eager release tag used in the [minotaur-recipes repo](https://github.com/poseidon-framework/minotaur-recipes/blob/main/assets/template.config).

0 comments on commit 8816331

Please sign in to comment.