Skip to content

Commit

Permalink
release version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jon gadsden committed Jul 25, 2023
1 parent fd5cc8e commit cf883d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The steps used during the release process
1. `git clone [email protected]:OWASP/threat-dragon.git`
2. `cd threat-dragon`
3. update version eg `"version": "2.0.2",`, in `package.json`, `td.site/package.json` and `td.server/package.json`
4. update build state in `td.server/package.json`
4. update `buildState` in `td.vue/package.json`
5. `npm install`
6. `npm run build`
7. `npm test`
Expand Down
2 changes: 1 addition & 1 deletion td.vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"license": "Apache-2.0",
"homepage": "https://owasp.org/www-project-threat-dragon/",
"buildState": "-draft",
"buildState": "",
"repository": {
"type": "git",
"url": "git://github.com/OWASP/threat-dragon.git"
Expand Down

0 comments on commit cf883d9

Please sign in to comment.