Fix 'Update changelog.md on Release' Workflow (#2410)

* A Fix for 'createchangelog.yml' & Rename File 'updates.md' to 'changelog.md'

* Fix GitHub CLI Not Working

* Increase the limit for Release List to 1000000

* Add '--exclude-drafts' & '--exclude-pre-releases' to GitHub CLI Release List Command

* Rewrite Bash Script found in a step of 'Update changelog.md on Release' GitHub Workflow

* Change the Content Generation a bit in 'Update changelog.md on Release' GitHub Workflow

* Reorder the Content Generation in 'Update changelog.md on Release' GitHub Workflow

* Update Regex for 'Update changelog.md on Release' Worflow

* Change the Release Event Types to 'Published, Edited, Created, Deleted' to ensure the Changelog is Up-To-Date
This commit is contained in:
Mr.k
2024-07-25 23:27:09 +03:00
committed by GitHub
parent 706328e674
commit 363ed1c41b
3 changed files with 90 additions and 19 deletions

View File

@ -5,7 +5,7 @@ nav:
- Introduction: 'index.md'
- User Guide: 'userguide.md'
- Contribute: 'contribute.md'
- Updates: 'updates.md'
- Changelog: 'changelog.md'
- Known Issues: 'KnownIssues.md'
- FAQ: 'faq.md'