Skip to content

Commit

Permalink
Build(devscripts): Feat prerelease: 1st edit news
Browse files Browse the repository at this point in the history
This allows to copy news to `ANNOUNCE` and `LATEST-CHANGES`.

[skip ci]
  • Loading branch information
phdru committed Oct 25, 2023
1 parent c4207cf commit 8454175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devscripts/prerelease
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ else
fi &&
sed -Ei "s/(^ +prerelease): .*\$/\1: $ghr_prerelease/" .github/workflows/test-publish.yaml &&

`git var GIT_EDITOR` ANNOUNCE.rst LATEST-CHANGES.rst docs/news.rst Cheetah/Version.py README.rst setup.cfg SetupConfig.py &&
exec git commit --message="Release $tag" ANNOUNCE.rst LATEST-CHANGES.rst docs/news.rst Cheetah/Version.py README.rst setup.cfg SetupConfig.py .github/workflows/test-publish.yaml
`git var GIT_EDITOR` docs/news.rst ANNOUNCE.rst LATEST-CHANGES.rst Cheetah/Version.py README.rst setup.cfg SetupConfig.py &&
exec git commit --message="Release $tag" docs/news.rst ANNOUNCE.rst LATEST-CHANGES.rst Cheetah/Version.py README.rst setup.cfg SetupConfig.py .github/workflows/test-publish.yaml

0 comments on commit 8454175

Please sign in to comment.