Skip to content

Commit

Permalink
update pr #
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Mar 22, 2024
1 parent e2a29a2 commit 4d58f5a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yaml
Expand Up @@ -15,7 +15,7 @@ on:
env:
## The pull request number of the Tracking pull request to merge the release branch to main
## Also remember to update the version in .pipeline/lib/config.js
PR_NUMBER: 2849
PR_NUMBER: 2860
RELEASE_NAME: release-2.18.0

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tfrs-release.yaml
Expand Up @@ -10,7 +10,7 @@ on:
env:
## The pull request number of the Tracking pull request to merge the release branch to main
## Also remember to update the version in .pipeline/lib/config.js
PR_NUMBER: 2849
PR_NUMBER: 2860
RELEASE_NAME: release-2.18.0

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .pipeline/lib/config.js
@@ -1,7 +1,7 @@
'use strict';
const options= require('@bcgov/pipeline-cli').Util.parseArguments()
const changeId = options.pr //aka pull-request
const version = '2.17.0'
const version = '2.18.0'
const name = 'tfrs'
const ocpName = 'apps.silver.devops'

Expand All @@ -13,7 +13,7 @@ options.git.repository='tfrs'
const phases = {
build: { namespace:'0ab226-tools' , name: `${name}`, phase: 'build' , changeId:changeId, suffix: `-build-${changeId}` ,
instance: `${name}-build-${changeId}` , version:`${version}-${changeId}`, tag:`build-${version}-${changeId}`,
releaseBranch: 'release-2.17.0'
releaseBranch: 'release-2.18.0'
},
dev: {namespace:'0ab226-dev' , name: `${name}`, phase: 'dev' , changeId:changeId, suffix: `-dev` ,
instance: `${name}-dev` , version:`${version}`, tag:`dev-${version}`, dbServiceName: 'tfrs-spilo',
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "tfrs",
"version": "2.17.0",
"version": "2.18.0",
"dependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
Expand Down

0 comments on commit 4d58f5a

Please sign in to comment.