-
Notifications
You must be signed in to change notification settings - Fork 258
Closed
Labels
Milestone
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_version -
new 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 with JS semantic release.
bernardcooke53, mzaatar, michael-pisman and jochemvankempen