Changelist

Latest version: v0.5

Safety actively analyzes 623871 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.9rc0.dev0

Process

- Set release variables:

export VERSION=<version number>
export PREVIOUS=<previous version number>
export ORG="scientific-python"
export REPO="changelist"
export LOG="CHANGELOG.md"

- Update main branch

git switch main
git pull origin main

where `origin` is the name of the `github.com:scientific-python/changelist`
repository

- Autogenerate release notes

changelist ${ORG}/${REPO} v${PREVIOUS} main --version ${VERSION} --out ${VERSION}.md

- Put the output of the above command at the top of `CHANGELOG.md`

cat ${VERSION}.md | cat - ${LOG} > temp && mv temp ${LOG}

- Update `version` in `pyproject.toml`.

- Commit changes:

git add pyproject.toml ${LOG}
git commit -m "Designate ${VERSION} release"

- Tag the release in git:

git tag -s v${VERSION} -m "signed ${VERSION} tag"

If you do not have a gpg key, use -u instead; it is important for
Debian packaging that the tags are annotated

- Push the new meta-data to github:

git push --tags origin main

- Create release from tag

- go to https://github.com/scientific-python/changelist/releases/new?tag=v${VERSION}
- add v${VERSION} for the `Release title`
- paste contents (or upload) of ${VERSION}.md in the `Describe this release section`
- if pre-release check the box labelled `Set as a pre-release`

- Update https://github.com/scientific-python/changelist/milestones:

- close old milestone
- ensure new milestone exists (perhaps setting due date)

- Update `version` in `pyproject.toml`.

- Commit changes:

git add pyproject.toml
git commit -m 'Bump version'
git push origin main

1.8

1.8rc1.dev0

1.8rc0

1.8rc0.dev0

0.5

We're happy to announce the release of changelist 0.5!

Enhancements

- Allow multiple summaries per pull request ([53](https://github.com/scientific-python/changelist/pull/53)).

Bug Fixes

- Add newline after release title ([50](https://github.com/scientific-python/changelist/pull/50)).

Documentation

- Ensure README is synched with code ([43](https://github.com/scientific-python/changelist/pull/43)).
- Make README intro more succinct ([54](https://github.com/scientific-python/changelist/pull/54)).

Maintenance

- Use trusted publisher ([48](https://github.com/scientific-python/changelist/pull/48)).
- Ensure README is synched with code ([43](https://github.com/scientific-python/changelist/pull/43)).
- Bump actions/checkout from 3 to 4 ([51](https://github.com/scientific-python/changelist/pull/51)).
- Bump pre-commit from 3.4.0 to 3.5.0 ([52](https://github.com/scientific-python/changelist/pull/52)).
- Bump actions/setup-python from 4 to 5 ([57](https://github.com/scientific-python/changelist/pull/57)).
- Bump pre-commit from 3.5.0 to 3.6.0 ([56](https://github.com/scientific-python/changelist/pull/56)).
- Bump actions/setup-python from 4 to 5 ([59](https://github.com/scientific-python/changelist/pull/59)).
- Use setup-python pip cache ([60](https://github.com/scientific-python/changelist/pull/60)).
- Add Python 3.12 support ([61](https://github.com/scientific-python/changelist/pull/61)).

Contributors

5 authors added to this release (alphabetically):

- [dependabot[bot]](https://github.com/apps/dependabot)
- Brigitta Sipőcz ([bsipocz](https://github.com/bsipocz))
- Jarrod Millman ([jarrodmillman](https://github.com/jarrodmillman))
- Lars Grüter ([lagru](https://github.com/lagru))
- Stefan van der Walt ([stefanv](https://github.com/stefanv))

4 reviewers added to this release (alphabetically):

- Brigitta Sipőcz ([bsipocz](https://github.com/bsipocz))
- Jarrod Millman ([jarrodmillman](https://github.com/jarrodmillman))
- Lars Grüter ([lagru](https://github.com/lagru))
- Stefan van der Walt ([stefanv](https://github.com/stefanv))

_These lists are automatically generated, and may not be complete or may contain
duplicates._

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.