Skip to content

feat: add some additional GitHub Actions outputs #512

Open
@alandtse

Description

@alandtse

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 created Already implemented as 'released'
  • old version
  • new version Already implemented as 'version'
  • release_notes
  • release link

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    confirmedPrevent from becoming stalefeatureA new feature or a feature request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions