Skip to content

Commit 6b6cc6a

Browse files
committed
fix broken link to MAS
1 parent a42ead4 commit 6b6cc6a

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

contributing.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,31 @@ Follow instructions to install the command line [lychee][lychee-install] and [pa
105105
To install `markdownlint-cli2` use npm: `npm install markdownlint-cli2 --global`,
106106
and to install `pyspelling` use pip: `pip install pyspelling`
107107

108+
## Release process
109+
110+
The release process is automatic, and triggers when the repo is tagged with a version number.
111+
To trigger the release this process from within a cloned repo:
112+
113+
1. tag the release, for example: `git tag 4.1.0`
114+
2. push to the repo, for example: `git push origin 4.1.0`
115+
116+
The github release workflow then creates the pull request
117+
with modifications to the release area promoted from the draft area.
118+
Review the changes and, if all are correct, merge the pull request.
119+
This will also automatically update the public web document and PDF/e-book versions.
120+
121+
It is good practice to bundle the PDF and ePub files into the [release area][release],
122+
using the wording from the previous releases as a guide to the release notes.
123+
124+
----
125+
108126
[asvs]: https://owasp.org/www-project-application-security-verification-standard/
109127
[conduct]: code_of_conduct.md
110128
[dashboard]: https://github.com/orgs/OWASP/projects/14/views/1
111129
[issues]: https://github.com/OWASP/www-project-developer-guide/issues/new/choose
112130
[lychee-install]: https://lychee.cli.rs/
113131
[pandoc-install]: https://pandoc.org/installing.html
132+
[release]: https://github.com/OWASP/www-project-developer-guide/releases
114133
[request]: https://github.com/OWASP/www-project-developer-guide/pulls
115134
[wiki]: https://github.com/OWASP/www-project-developer-guide/wiki
116135
[wstg]: https://owasp.org/www-project-web-security-testing-guide/

draft/10-culture-process/toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Sections:
3434
8.2.3 [Security Champions Playbook](02-security-champions/03-security-champions-playbook.md)
3535
8.3 [Software Assurance Maturity Model](03-samm.md)
3636
8.4 [Application Security Verification Standard](04-asvs.md)
37-
8.5 [Mobile Application Security](04-mas.md)
37+
8.5 [Mobile Application Security](05-mas.md)
3838

3939
----
4040

info.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
### Document
1111

12-
* [Release version 4.0](release)
13-
* Released [PDF][pdf] and [book][epub]
12+
* [Latest release](release)
13+
* Released [PDF][pdf] and [e-book][epub]
1414
* [Draft version](draft)
1515

1616
### License

0 commit comments

Comments
 (0)