-
Notifications
You must be signed in to change notification settings - Fork 417
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #169 from MaxUlysse/LatestPolish
Last minute changes to include to 2.6
- Loading branch information
Showing
4 changed files
with
56 additions
and
19 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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Release checklist | ||
|
||
> This checklist is for our own reference, to help us prepare a new release | ||
1. Check that everything is ready to go | ||
- Desired [PRs](https://github.com/nf-core/sarek/pulls) are merged | ||
- [GitHub Actions](https://github.com/nf-core/sarek/actions?query=workflow%3A%22nf-core+CI%22) are passing on `dev` | ||
- [nf-core linting](https://github.com/nf-core/sarek/actions?query=workflow%3A%22nf-core+linting%22) are passing on `dev` | ||
2. Increase version number following [semantic versioning](http://semver.org/spec/v2.0.0.html) | ||
3. Choose an appropriate codename for the release (if major or minor) | ||
- i.e. Peaks in [Sarek National Park](https://en.wikipedia.org/wiki/Sarek_National_Park#Topography) | ||
4. Sync `dev` and checkout a new branch for the release | ||
5. Bump version: | ||
- `.nf-core bump-version . 2.6` | ||
- edit `.circleci/config.yml` | ||
- edit `.github/workflows/ci.yml` | ||
- edit `conf/base.config` | ||
- edit `conf/test.config` | ||
- edit `containers/snpeff/Dockerfile` | ||
- edit `containers/snpeff/environment.yml` | ||
- edit `containers/vep/Dockerfile` | ||
- edit `containers/vep/environment.yml` | ||
- edit `docs/images/sarek_workflow.svg` | ||
- generate a new `docs/images/sarek_workflow.png` | ||
- edit `CHANGELOG` | ||
6. Make a PR to `master` | ||
7. Wait for reviews | ||
8. Merge said PR | ||
9. Make a [release](https://github.com/nf-core/sarek/releases) on GitHub | ||
10. Update [bio.tools](https://bio.tools/Sarek) with the new release details | ||
11. RT the nf-core automated tweet about the new released version | ||
12. Make a new branch from `dev` | ||
13. Checkout the `CHANGELOG.md` from `master` | ||
- `git checkout upstream/master -- CHANGELOG.md` | ||
14. Add a new `Unreleased` section in `CHANGELOG.md` for the `dev` version | ||
15. Checkout `docs/images/sarek_workflow.svg` and `docs/images/sarek_workflow.pnh` from `master` | ||
- `git checkout upstream/master -- docs/images/sarek_workflow.svg` | ||
- `git checkout upstream/master -- docs/images/sarek_workflow.png` | ||
16. Make a PR to `dev` | ||
17. Wait for review | ||
18. Merge said PR | ||
19. Download all new containers to `/sw/data/uppnex/ToolBox/nf-core` on `rackham` | ||
20. Download newest `nf-core/sarek` to `/data1/containers` on `munin` | ||
21. Commit and push. Continue making more awesome :metal: | ||
22. Have fika :cake: |
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
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