Release v1.2.0: Bug fixes, new features for managed PRs and Milestone… #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Create GitHub release | |
on: # yamllint disable-line rule:truthy | |
push: | |
branches: [main] | |
paths: ['.github/workflows/**'] | |
jobs: | |
lint: | |
uses: obervinov/_templates/.github/workflows/yamllint.yaml@main | |
changelog: | |
uses: obervinov/_templates/.github/workflows/changelog.yaml@main | |
create-release: | |
uses: obervinov/_templates/.github/workflows/release.yaml@main | |
# milestone: | |
# uses: obervinov/_templates/.github/workflows/milestone.yaml@main # will be uncommented after release |