Compare commits

...

9 Commits

Author SHA1 Message Date
github-actions[bot]
04a3bd9daf Update CHANGELOG.md 2024-11-23 23:06:44 +00:00
Håvard Gjøby Thom
eda3ddf502
Fix newline issue in changelog pr (#474) 2024-11-23 23:56:19 +01:00
community-scripts-pr-app[bot]
49d65442d1
Update CHANGELOG.md (#470)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-23 21:29:56 +01:00
CanbiZ
8fe2b3c981
Fix Changelog.md Issue 2024-11-23 21:28:59 +01:00
community-scripts-pr-app[bot]
27b5069f95
Update CHANGELOG.md (#469)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-23 21:24:33 +01:00
community-scripts-pr-app[bot]
693cdbc681
Update CHANGELOG.md (#468)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-23 21:23:54 +01:00
community-scripts-pr-app[bot]
04df4fb0dd
Update CHANGELOG.md (#467)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-23 21:22:25 +01:00
community-scripts-pr-app[bot]
c617173d36
Update CHANGELOG.md (#466)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-23 21:20:38 +01:00
community-scripts-pr-app[bot]
18a0c49e5a
Update CHANGELOG.md (#465)
Some checks are pending
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-23 20:25:47 +01:00
2 changed files with 7 additions and 1 deletions

View File

@ -112,7 +112,7 @@ jobs:
// Replace todays release notes or insert release notes above previous release notes // Replace todays release notes or insert release notes above previous release notes
const regex = changelogIncludesTodaysReleaseNotes ? const regex = changelogIncludesTodaysReleaseNotes ?
new RegExp(`\n## ${today}.*(?=## ${latestDateInChangelog})`, "gs") : new RegExp(`## ${today}.*(?=## ${latestDateInChangelog})`, "gs") :
new RegExp(`(?=## ${latestDateInChangelog})`, "gs"); new RegExp(`(?=## ${latestDateInChangelog})`, "gs");
const newChangelogContent = changelogContent.replace(regex, newReleaseNotes) const newChangelogContent = changelogContent.replace(regex, newReleaseNotes)

View File

@ -31,6 +31,12 @@ Do not break established syntax in this file, as it is automatically updated by
- Frontend: fix reported issue with json-editor page and add OS select in installmethod [@BramSuurdje](https://github.com/BramSuurdje) ([#426](https://github.com/community-scripts/ProxmoxVE/pull/426)) - Frontend: fix reported issue with json-editor page and add OS select in installmethod [@BramSuurdje](https://github.com/BramSuurdje) ([#426](https://github.com/community-scripts/ProxmoxVE/pull/426))
- Fixed Typo [@BenBakDev](https://github.com/BenBakDev) ([#441](https://github.com/community-scripts/ProxmoxVE/pull/441)) - Fixed Typo [@BenBakDev](https://github.com/BenBakDev) ([#441](https://github.com/community-scripts/ProxmoxVE/pull/441))
### 🧰 Maintenance
- Fix newline issue in changelog pr [@havardthom](https://github.com/havardthom) ([#474](https://github.com/community-scripts/ProxmoxVE/pull/474))
- Remove newline in changelog-pr action [@havardthom](https://github.com/havardthom) ([#461](https://github.com/community-scripts/ProxmoxVE/pull/461))
- Add action that creates github release based on CHANGELOG.md [@havardthom](https://github.com/havardthom) ([#462](https://github.com/community-scripts/ProxmoxVE/pull/462))
## 2024-11-21 ## 2024-11-21
### Changed ### Changed