Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 524 Bytes

File metadata and controls

11 lines (9 loc) · 524 Bytes

merge_release

This workflow is triggered by merging a pull request. It performs the following steps:

  • Checks if the pull request title matches the format: “Update github-actions to ..”
  • Extracts the new version number from the pull request title.
  • Creates a new tag: v<major>.<minor>.<patch>.
  • Updates the v<major>.<minor> tag to point to the new release.
  • Updates the v<major> tag to point to the new release.
  • Uses the ncipollo/release-action@v1 to create a GitHub release.