Skip to content

Commit

Permalink
Hotfix filenames (#11368)
Browse files Browse the repository at this point in the history
* Update release step3

* update article filenames for windows users

---------

Co-authored-by: Cody Maffucci <[email protected]>
Co-authored-by: Paul Osinski <[email protected]>
  • Loading branch information
3 people authored Dec 4, 2024
1 parent 0595b1b commit 0d58217
Show file tree
Hide file tree
Showing 39 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-3-master-into-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
description: No special instructions.
---
There are no special instructions for upgrading to $minorv.x. Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/$patchv) for the contents of the release.
" > docs/content/en/getting_started/upgrading/$minorv.md
git add docs/content/en/getting_started/upgrading/$minorv.md
" > docs/content/en/open_source/upgrading/$minorv.md
git add docs/content/en/open_source/upgrading/$minorv.md
if: endsWith(github.event.inputs.release_number_new, '.0') && endsWith(github.event.inputs.release_number_dev, '.0-dev')

- name: Push version changes
Expand Down

0 comments on commit 0d58217

Please sign in to comment.