SPDX-FileCopyrightText: 2023 The Foundation for Public Code info@publiccode.net
July 20th 2023: Enforce releases happen from a release-x.y.z branch
July 20th 2023: This adds an SSH key to allow workflow to push to main
- As
main
is now a protected branch, we need special secrets to push
July 20th 2023: This changes the trigging tag pattern to be "trigger-x.y.z"
- Clarify intent with tag names for automation
July 20th 2023: This drops the "release-0.0.4" tag after "0.0.4" is created
- no more "before release" tag in the tags history
July 20th 2023: This demo fixes the codebase name in the release text
- script has the
CODEBASE_NAME
in quotes now
July 20th 2023: This demo fixes the version in the release text
Version is now a parameter of the release-body script.
July 20th 2023: This is the first demo
The goal of this release is to have the workflow replace the DATE-OF-RELEASE with the date it is run.
July 17th 2023: init