- Notifications
You must be signed in to change notification settings - Fork262
Closed
Description
Description
Using the GitHub action,python-semantic-release/python-semantic-release@v#.#.#, we should set some environment variables for later stages to use. For example:
release createdImplemented as 'released'oldprevious_versionnew versionImplemented as 'version'- release_notes
releaselink
Use cases
Later stages could use this information such as if there's a need to publish to repos beyond what is built in.
Possible implementation
I haven't looked at GitHub action syntax, but this seems like we can gather all the info easily even with existing command options and just populate or document the environment variables.
Compare withJS semantic release.