Skip to content

Commit 2a6b7b0

Browse files
committed
docs at version 2.5.0
1 parent ad0ee58 commit 2a6b7b0

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# You can create any custom variable you would like, and they will be accessible
1919
# in the templates via {{ site.myvariable }}.
2020

21-
title: Threat Dragon version 2.4.1 Documentation
21+
title: Threat Dragon version 2.5.0 Documentation
2222

2323
baseurl: "" # the subpath of your site, e.g. /blog
2424
url: "" # the base hostname & protocol for your site, e.g. http://example.com

release-process.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,15 @@ After the releases candidate has been agreed by the Threat Dragon community, a r
6060
7. `npm test`
6161
8. `npm run test:vue`
6262
9. ensure documentation is clean: `pyspelling --config .spellcheck.yaml` and `markdownlint-cli2 docs/**/*.md`
63-
10. ensure that the package-lock files are up to date using `npm install`
64-
11. `git add --all; git status`
65-
12. `git commit -m"release version 2.5.0"`
66-
13. `git push`
67-
14. tag the release `git tag v2.5.0`
68-
15. `git push origin v2.5.0`
69-
70-
The github release workflow then creates the draft release and the install images
63+
10. update the version in `title:` for the docs in file `docs/_config.yml`
64+
11. ensure all package-lock files are up to date using `npm install`
65+
12. `git add --all; git status`
66+
13. `git commit -m"release version 2.5.0"`
67+
14. `git push` and wait for commit pipepline actions to complete
68+
145. tag the release `git tag v2.5.0`
69+
16. `git push origin v2.5.0`
70+
71+
The github release workflow automatically creates the draft release and the install images
7172

7273
### Publish docker image
7374

0 commit comments

Comments
 (0)