Skip to content

Commit a670fda

Browse files
committed
Add checklist for release process
1 parent 619c58f commit a670fda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RELEASING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ To give the utility and the template a bit more stability, PR [#336](https://git
88

99
## Issuing a new release
1010

11+
- [ ] Update version in `pyproject.toml` file
12+
- [ ] Ensure `HISTORY.md` is up to date with the changes in this release and add version info and release date
13+
- [ ] Create new release on the GitHub [releases page](https://github.com/drivendataorg/cookiecutter-data-science/releases) with the tag `vMAJOR.MINOR.PATCH` (e.g., `v2.3.0`) and the contents of the relevant `HISTORY.md` section as the release notes.
14+
- [ ] Confirm release action runs successfully and the new release is available on [PyPI](https://pypi.org/project/cookiecutter-data-science/).
15+
1116
`ccds` uses [semantic versioning](https://semver.org/). When issuing a new release, **ensure that your release version tag has the format `vMAJOR.MINOR.PATCH`. The `v` prefix is important because the utility will look for the tag with that name to download by default.

0 commit comments

Comments
 (0)