From 336882d9096d3b31a3362229d5f393ca15c54bda Mon Sep 17 00:00:00 2001 From: Jon Gadsden Date: Wed, 27 Nov 2024 20:40:29 +0000 Subject: [PATCH] release version 2.3.0 --- .github/workflows/release.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- release-process.md | 2 +- td.server/package-lock.json | 4 ++-- td.server/package.json | 2 +- td.vue/package-lock.json | 4 ++-- td.vue/package.json | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d7e1a79b..5668fcbc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,8 +1,8 @@ name: Release pipeline +# only for version 2.x.x releases, and release candidates on: push: - # only for version 2.x.x releases and release candidates tags: - v2.?.? - v2.?.?-RC? diff --git a/package-lock.json b/package-lock.json index 8fb5b25c..74916fb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "threat-dragon", - "version": "2.3.0-RC3", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "threat-dragon", - "version": "2.3.0-RC3", + "version": "2.3.0", "hasInstallScript": true, "license": "Apache-2.0", "devDependencies": { diff --git a/package.json b/package.json index ccebdb40..9b955137 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "threat-dragon", - "version": "2.3.0-RC3", + "version": "2.3.0", "appBundleId": "org.owasp.threatdragon", "private": true, "scripts": { diff --git a/release-process.md b/release-process.md index a5fa3913..dcae33d1 100644 --- a/release-process.md +++ b/release-process.md @@ -19,7 +19,7 @@ For example if RC1, but change for RC2 and so on : 9. `npm run test:vue` 10. ensure that the package-lock files are up to date using `npm install` 11. `git add --all; git status` -12. `git commit -m"release version 2.3.0-RC1"` +12. `git commit -m"release candidate 2.3.0-RC1"` 13. `git push` 14. tag the release `git tag v2.3.0-RC1` 15. `git push origin v2.3.0-RC1` diff --git a/td.server/package-lock.json b/td.server/package-lock.json index 8a8f5cb0..4adaa424 100644 --- a/td.server/package-lock.json +++ b/td.server/package-lock.json @@ -1,12 +1,12 @@ { "name": "threat-dragon-server", - "version": "2.3.0-RC3", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "threat-dragon-server", - "version": "2.3.0-RC3", + "version": "2.3.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/td.server/package.json b/td.server/package.json index a0bc7b9c..e2016ccd 100644 --- a/td.server/package.json +++ b/td.server/package.json @@ -1,6 +1,6 @@ { "name": "threat-dragon-server", - "version": "2.3.0-RC3", + "version": "2.3.0", "private": true, "scripts": { "audit": "npm audit", diff --git a/td.vue/package-lock.json b/td.vue/package-lock.json index 3f92aaa5..d4457216 100644 --- a/td.vue/package-lock.json +++ b/td.vue/package-lock.json @@ -1,12 +1,12 @@ { "name": "threat-dragon", - "version": "2.3.0-RC3", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "threat-dragon", - "version": "2.3.0-RC3", + "version": "2.3.0", "license": "Apache-2.0", "dependencies": { "@antv/x6": "^2.18.1", diff --git a/td.vue/package.json b/td.vue/package.json index b0f6b114..891a22c4 100644 --- a/td.vue/package.json +++ b/td.vue/package.json @@ -1,7 +1,7 @@ { "name": "threat-dragon", "productName": "Threat Dragon", - "version": "2.3.0-RC3", + "version": "2.3.0", "appBundleId": "org.owasp.threatdragon", "private": true, "scripts": {