Skip to content

Commit

Permalink
Merge pull request #100 from zowe/users/jstruga/add-changelog
Browse files Browse the repository at this point in the history
Add changelog to launcher
  • Loading branch information
1000TurquoisePogs authored Oct 18, 2023
2 parents a5f8127 + 1001450 commit 824490d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,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 }}
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Zlux Server Framework Changelog
# Zowe Launcher Changelog

All notable changes to the Zlux Server Framework package will be documented in this file..
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
2 changes: 1 addition & 1 deletion build/launcher.proj.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT="launcher"
VERSION=2.0.0
VERSION=2.13.0
DEPS="QUICKJS LIBYAML COMMON"

QUICKJS="quickjs"
Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 824490d

Please sign in to comment.