From ed1b5ca63383c4c1d68f45b65785e340efc47e5b Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 1 Jul 2023 13:15:09 -0700 Subject: [PATCH] Use changelist --- RELEASE.md | 5 +++-- pyproject.toml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 99fb3a8..3bad410 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -14,8 +14,9 @@ Example `version` - Update and review `CHANGELOG.md`: - gem install github_changelog_generator - github_changelog_generator -u scientific-python -p spin --since-tag= + changelist scientific-python/spin main --version <0.1> >> CHANGELOG.md + + where is the last release and <0.1> is the new one. - Update `version` in `pyproject.toml`. diff --git a/pyproject.toml b/pyproject.toml index b248732..087a2de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,8 @@ dependencies = [ spin = "spin.__main__:main" [project.optional-dependencies] -lint = ["pre-commit >= 3.3"] +lint = ["pre-commit == 3.3"] +dev = ["changelist == 0.1"] [project.urls] homepage = "https://github.com/scientific-python/spin"