diff options
| author | John MacFarlane <[email protected]> | 2025-04-08 13:44:28 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-04-08 13:44:28 -0700 |
| commit | 97a5285a4f9c7e659b4f30f566b3e8366abd531e (patch) | |
| tree | 1624c7c657706a0dd33b22d04619e76605f384a6 /RELEASE-CHECKLIST-TEMPLATE.org | |
| parent | 65c25d6c64359bc03ecddbb43acd771d840fc7d6 (diff) | |
RELEASE-CHECKLIST-TEMPLATE.org: minor changes.
Diffstat (limited to 'RELEASE-CHECKLIST-TEMPLATE.org')
| -rw-r--r-- | RELEASE-CHECKLIST-TEMPLATE.org | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/RELEASE-CHECKLIST-TEMPLATE.org b/RELEASE-CHECKLIST-TEMPLATE.org index c3000fb81..6b18b4df2 100644 --- a/RELEASE-CHECKLIST-TEMPLATE.org +++ b/RELEASE-CHECKLIST-TEMPLATE.org @@ -1,5 +1,5 @@ #+STARTUP: content -** pandoc VERSION release checklist +** pandoc RELEASE_VERSION release checklist *** TODO Check [[https://github.com/jgm/pandoc/issues?q=state%3Aopen%20label%3A%22priority%3Ahigh%22%20][priority-high]] tag *** TODO [[./pandoc.cabal]] - bump version number *** TODO [[./pandoc-cli/pandoc-cli.cabal]] - bump version number and sync pandoc version @@ -12,8 +12,8 @@ make prerelease #+end_src *** TODO Update [[./AUTHORS.md]] -#+begin_src sh -make authors LASTRELEASE=VERSION +#+begin_src sh :results output list +make authors LASTRELEASE=$(git tag -l | grep '^[0-9]' | sort | tail -1) #+end_src *** TODO Run [[https://github.com/jgm/pandoc/actions/workflows/release-candidate.yml][release candidate workflow]] manually on GitHub *** TODO Run [[https://cirrus-ci.com][release candidate workflows]] manually on cirrus-ci.com @@ -44,7 +44,7 @@ make update-website #+begin_src sh make pandoc-templates pushd ~/src/pandoc-templates -git tag VERSION +git tag RELEASE_VERSION git push git push --tags popd @@ -52,15 +52,15 @@ popd *** TODO Copy deb to server, install it *** TODO Add release on github (use 'make changes_github' and upload files) *** TODO create release announcement and add to GH release announcement -#+begin_src elisp :results value file :file relann-VERSION -"I'm pleased to announce the release of pandoc VERSION, +#+begin_src elisp :results value file :file relann-RELEASE_VERSION +"I'm pleased to announce the release of pandoc RELEASE_VERSION, available in the usual places: Binary packages & changelog: -https://github.com/jgm/pandoc/releases/tag/VERSION +https://github.com/jgm/pandoc/releases/tag/RELEASE_VERSION Source & API documentation: -http://hackage.haskell.org/package/pandoc-VERSION +http://hackage.haskell.org/package/pandoc-RELEASE_VERSION Description of release. |
