superfaceai / service-client

Library provides client for superface backend apis.
MIT License
5 stars 1 forks source link

Automate releasing process #39

Closed janhalama closed 3 years ago

janhalama commented 3 years ago

PR contains two new Github actions workflows:

This PR uses superfaceai/release-changelog-action action. superfaceai/release-changelog-action repository, has to be published and PR #6 merged, before merging this.

Release workflow

Release workflow is triggered manually by developer. Developer selects which semver version level should be bumped.

Release workflow steps:

Release-docs workflow

Release-docs workflow is triggered automatically when new tag is created. Release-docs workflow updates Github release documentation with release notes from CHANGELOG.md file.

closes: #35