diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 0c95244..d677354 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -9,16 +9,21 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.merged && startsWith(github.head_ref, 'RC') steps: - - uses: actions/checkout@v1 - - name: Verify Changelog - run: echo "Verify if Changelog has correct version header" # check if CHANGELOG.md contains ## next semver tag + - uses: actions/checkout@v2-beta + with: + ref: 'master' + - name: Set global git conf + run: git config --global user.email "sebastian.russmann@wirecard.com" && git config --global user.name "serucee" - name: Tag and prepare release id: tag_and_prepare_release uses: K-Phoen/semver-release-action@master with: release_branch: master + release_strategy: none env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Push tag + run: git tag ${{ steps.tag_and_prepare_release.outputs.tag }} && git push origin ${{ steps.tag_and_prepare_release.outputs.tag }} - name: Upload release notes if: steps.tag_and_prepare_release.outputs.tag uses: serucee/github-create-release-action@master diff --git a/CHANGELOG.md b/CHANGELOG.md index 79cb38e..0dcc8ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v6.4.0 + +* Testing lightweight tag +* More release notes + +| Overview | test version | PHP 5.6 | PHP 7.0 | PHP 7.1 | PHP 7.2 | +|---|---|:---:|:---:|:---:|:---:| +| **Tested version(s)** | TEST sdg | ✅ | ✅ | ✅ | ✅ | +| **Compatibility** | test asd | ✅ | ✅ | ✅ | ✅ | + ## v6.3.1 * Testing lightweight tag