Skip to content

Commit

Permalink
Merge pull request #117 from zowe/users/jstruga/fix-versions
Browse files Browse the repository at this point in the history
Fix version and process
  • Loading branch information
1000TurquoisePogs authored Aug 29, 2023
2 parents edeb980 + a1112d0 commit b283383
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,14 @@ jobs:

- name: '[Prep 8] Deploy '
uses: zowe-actions/zlux-builds/plugins/[email protected]/main

- name: '[Prep 9] Bump Staging Version '
if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }}
uses: zowe-actions/zlux-builds/plugins/[email protected]/main
env:
GITHUB_TOKEN: ${{ secrets.ZOWE_ROBOT_TOKEN }}

- name: '[Prep 9] NodeJS project setup'
- name: '[Prep 10] NodeJS project setup'
if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }}
uses: zowe-actions/zlux-builds/plugins/[email protected]/main
with:
Expand All @@ -142,13 +148,7 @@ jobs:
publish-registry-email: ${{ secrets.NPM_PRIVATE_REGISTRY_EMAIL }}
publish-registry-username: ${{ secrets.NPM_PRIVATE_REGISTRY_USERNAME }}
publish-registry-password: ${{ secrets.NPM_PRIVATE_REGISTRY_PASSWORD }}

- name: '[Prep 11] Bump Staging Version '
if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }}
uses: zowe-actions/zlux-builds/plugins/[email protected]/main
env:
GITHUB_TOKEN: ${{ secrets.ZOWE_ROBOT_TOKEN }}

- name: '[Prep 10] Publish NPM Package '
- name: '[Prep 11] Publish NPM Package '
if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }}
uses: zowe-actions/zlux-builds/plugins/[email protected]/main
2 changes: 1 addition & 1 deletion build/component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-sample",
"version": "2.10.0",
"version": "2.11.0",
"description": "Sample App Showcasing Angular Adapter",
"main": "angular-sample.pax",
"homepgae": "https://zowe.org",
Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: angular-sample
id: org.zowe.zlux.sample.angular
# Without the v
version: 2.10.0
version: 2.11.0
# Human readable component name
title: Angular Sample
# Human readable component description
Expand Down
2 changes: 1 addition & 1 deletion nodeServer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org.zowe.zlux.sample.angular.nodeserver",
"version": "2.10.0",
"version": "2.11.0",
"description": "Hello World message",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion pluginDefinition.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"identifier": "org.zowe.zlux.sample.angular",
"apiVersion": "2.0.0",
"pluginVersion": "2.10.0",
"pluginVersion": "2.11.0",
"pluginType": "application",
"license": "EPL-2.0",
"author": "Zowe",
Expand Down
2 changes: 1 addition & 1 deletion webClient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org.zowe.zlux.sample.angular.webclient",
"version": "2.10.0",
"version": "2.11.0",
"scripts": {
"start": "webpack --progress --colors --watch",
"build": "webpack --progress --colors",
Expand Down

0 comments on commit b283383

Please sign in to comment.