Skip to content

Commit

Permalink
format the pull-request title
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden authored Apr 10, 2024
2 parents aaffea7 + 0501833 commit 22307e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:

# for security reasons the github actions are pinned to specific release versions
jobs:
export_docs:
name: Export PDF and ePub
create_release:
name: Release pull-request
runs-on: ubuntu-22.04
steps:
- name: Checkout markdown
Expand Down Expand Up @@ -83,14 +83,16 @@ jobs:
- name: Create pull request
uses: peter-evans/[email protected]
with:
title: "Release for version ${{ GITHUB_REF_NAME }}"
title: Release of Developer Guide version ${{GITHUB_REF_NAME}}
body: |
**Summary** :
Pull request automatically generated for the latest release version
**Description for the changelog** :
Developer Guide release
release of version ${{GITHUB_REF_NAME}}
**Other info** :
Please verify and then merge the pull request to update the release
commit-message: 'update release'
commit-message: update for release version ${{GITHUB_REF_NAME}}
branch: update-release
base: main
2 changes: 1 addition & 1 deletion draft/11-operation/01-modsecurity-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ then [submit an issue][issue1101] or [edit on GitHub][edit1101].
[edit1101]: https://github.com/OWASP/www-project-developer-guide/blob/main/draft/11-operation/01-modsecurity-crs.md
[issue1101]: https://github.com/OWASP/www-project-developer-guide/issues/new?labels=content&template=request.md&title=Update:%2011-operation/01-modsecurity-crs
[modcrs-project]: https://owasp.org/www-project-modsecurity-core-rule-set/
[modcrs-download]: https://coreruleset.org/installation/
[modcrs-download]: https://coreruleset.org/docs/deployment/install/
[modcrs]: https://coreruleset.org/
[modsecurity]: https://owasp.org/www-project-modsecurity/
[modsecdocs]: https://www.modsecurity.org/
Expand Down
2 changes: 1 addition & 1 deletion release/11-operation/01-modsecurity-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The OWASP Spotlight series provides an overview of how to use this Core Rule Set
[coraza]: https://coraza.io/
[coraza-tutorial]: https://coraza.io/docs/tutorials/quick-start/
[modcrs-project]: https://owasp.org/www-project-modsecurity-core-rule-set/
[modcrs-download]: https://coreruleset.org/installation/
[modcrs-download]: https://coreruleset.org/docs/deployment/install/
[modcrs]: https://coreruleset.org/
[modsecurity]: https://owasp.org/www-project-modsecurity/
[modsecdocs]: https://www.modsecurity.org/
Expand Down

0 comments on commit 22307e8

Please sign in to comment.