Skip to content

Commit

Permalink
release version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden committed Nov 27, 2024
1 parent b32be7d commit 336882d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -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?
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "threat-dragon",
"version": "2.3.0-RC3",
"version": "2.3.0",
"appBundleId": "org.owasp.threatdragon",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions td.server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion td.server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "threat-dragon-server",
"version": "2.3.0-RC3",
"version": "2.3.0",
"private": true,
"scripts": {
"audit": "npm audit",
Expand Down
4 changes: 2 additions & 2 deletions td.vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion td.vue/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 336882d

Please sign in to comment.