Skip to content

Commit

Permalink
Merge pull request #2137 from mirpedrol/bump2.8dev
Browse files Browse the repository at this point in the history
bump to 2.8dev
  • Loading branch information
mirpedrol committed Dec 19, 2022
2 parents 9e6b67f + 6777abb commit 39c6bcd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
6. Create a PR from `dev` to `master`
7. Make sure all CI tests are passing again (additional tests are run on PRs to `master`)
8. Request review (2 approvals required)
9. Merge the PR into `master`
10. Run `rich-codex` to regenerate docs screengrabs (actions `workflow_dispatch` button)
9. Run `rich-codex` to regenerate docs screengrabs (actions `workflow_dispatch` button)
10. Merge the PR into `master`
11. Wait for CI tests on the commit to passed
12. (Optional but a good idea) Run a manual sync on `nf-core/testpipeline` and check that CI is passing on the resulting PR.
13. Create a new release copying the `CHANGELOG` for that release into the description section.
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# nf-core/tools: Changelog

# v2.8dev

### Template

### Linting

### Modules

### Subworkflows

### General

## [v2.7.2 - Mercury Eagle Patch](https://github.com/nf-core/tools/releases/tag/2.7.2) - [2022-12-19]

### Template
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

version = "2.7.2"
version = "2.8dev"

with open("README.md") as f:
readme = f.read()
Expand Down

0 comments on commit 39c6bcd

Please sign in to comment.