Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 311 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 311 Bytes

release-action

This GitHub composite action is used for creating upstream releases in GitHub. It does the following:

  • Extracts the release note text from the git tag
  • Creates a GitHub release based on the tag information
  • Automatically bumps the version (where applicable) and commits this change