Skip to content

Commit

Permalink
Merge pull request #123 from qbicsoftware/master
Browse files Browse the repository at this point in the history
Merge release 1.15.0 into development
  • Loading branch information
KochTobi authored Feb 13, 2023
2 parents 4f061d0 + 7292a19 commit 56f82b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,15 @@ jobs:
title: 'Update version to ${{ github.event.inputs.versionTag }}',
head: 'release/set-version-to-${{ github.event.inputs.versionTag }}',
base: 'master'
});
- name: Open PR to development
uses: actions/[email protected]
with:
github-token: ${{secrets.JOHNNY_Q5_REPORTS_TOKEN}}
script: |
await github.request(`POST /repos/${{ github.repository }}/pulls`, {
title: 'Merge release ${{ github.event.inputs.versionTag }} into development',
head: 'master',
base: 'development'
});
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>Collection of non-Vaadin, non-Liferay utilities.</description>
<modelVersion>4.0.0</modelVersion>
<name>Core Utilities Library</name>
<version>1.14.1</version>
<version>1.15.0</version>
<url>https://github.com/qbicsoftware/core-utils-lib</url>
<packaging>jar</packaging>
<properties>
Expand Down

0 comments on commit 56f82b5

Please sign in to comment.