Skip to content

Commit

Permalink
Merge pull request #49 from serucee/RC-6.4.0-minor
Browse files Browse the repository at this point in the history
test stuff
  • Loading branch information
serucee authored Dec 4, 2019
2 parents e4013f3 + 3117e91 commit c80bc93
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c80bc93

Please sign in to comment.