diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml new file mode 100644 index 00000000..f90455fb --- /dev/null +++ b/.github/workflows/auto-release.yml @@ -0,0 +1,12 @@ +name: Auto Release + +on: + workflow_dispatch: + +permissions: + contents: write + pull-requests: read + +jobs: + auto-release: + uses: apple/swift-temporal-sdk/.github/workflows/auto-release.yml@main diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5899fba3..ef0ea809 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,3 +92,7 @@ directory, for example: ## How to contribute your work Please open a pull request at https://github.com/apple/swift-openapi-generator. Make sure the CI passes, and then wait for code review. + +## Automated release process + +This repository uses automated releases based on semantic versioning labels. See the [Auto Release Workflow documentation](https://github.com/apple/swift-temporal-sdk/blob/main/.github/workflows/README.md) for details.