Skip to content

Commit

Permalink
Merge pull request #369 from zowe/users/jstruga/bump-verisons
Browse files Browse the repository at this point in the history
Add logic to bump version automatically
  • Loading branch information
1000TurquoisePogs committed Mar 23, 2023
2 parents 0d3b6d3 + e1a615c commit ff31be4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/build-configmgr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,10 @@ jobs:
publish-target-file-pattern: configmgr-${{ steps.version.outputs.version }}-${{ steps.date.outputs.date }}.pax
perform-release: ${{ github.event.inputs.PERFORM_RELEASE }}

- name: '[Prep Release] Bump version'
if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }}
uses: zowe-actions/zlux-builds/bump-zis-version@v2.x/main
with:
version: 'PATCH'
env:
GITHUB_TOKEN: ${{ secrets.ZOWE_ROBOT_TOKEN }}
2 changes: 1 addition & 1 deletion build/configmgr.proj.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT="configmgr"
VERSION=0.4.2
VERSION=2.8.0
DEPS="QUICKJS LIBYAML"

QUICKJS="quickjs"
Expand Down
11 changes: 11 additions & 0 deletions manifest.template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: zowe-common-c

version: 2.8.0

homepage: https://zowe.org
keywords:
- zowe
- zowe-common-c
- appfw
license: EPL-2.0

0 comments on commit ff31be4

Please sign in to comment.