diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 643f338..3fc0afc 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -145,5 +145,7 @@ jobs: - name: '[Release 2] NPM bump version (if necessary)' if: ${{ success() && github.event.inputs.PERFORM_RELEASE == 'true' && env.IS_RELEASE_BRANCH == 'true' && env.IS_FORMAL_RELEASE_BRANCH == 'true' && env.PRE_RELEASE_STRING == ''}} uses: zowe-actions/shared-actions/bump-version@main + with: + version: minor env: GITHUB_TOKEN: ${{ secrets.ZOWE_ROBOT_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f9135..75d492b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,5 +3,5 @@ All notable changes to the Zowe Launcher package will be documented in this file.. This repo is part of the app-server Zowe Component, and the change logs here may appear on Zowe.org in that section. -## 2.14.0 +## 2.13.0 - Added a wrapper for wtoPrintf3 \ No newline at end of file diff --git a/build/launcher.proj.env b/build/launcher.proj.env index 65530ec..51a76e3 100755 --- a/build/launcher.proj.env +++ b/build/launcher.proj.env @@ -1,5 +1,5 @@ PROJECT="launcher" -VERSION=2.0.0 +VERSION=2.13.0 DEPS="QUICKJS LIBYAML COMMON" QUICKJS="quickjs" diff --git a/manifest.yaml b/manifest.yaml index a8b984e..0f6f46b 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -5,7 +5,7 @@ name: launcher # Component identifier. This identifier matches artifact path in Zowe Artifactory https://zowe.jfrog.io/. id: org.zowe.launcher # Component version -version: 2.0.15 +version: 2.13.0 # Human readable component name title: Zowe Launcher # Human readable component description