mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 16:29:18 +00:00
Compare commits
9 Commits
9e1d60128b
...
04a3bd9daf
Author | SHA1 | Date | |
---|---|---|---|
|
04a3bd9daf | ||
|
eda3ddf502 | ||
|
49d65442d1 | ||
|
8fe2b3c981 | ||
|
27b5069f95 | ||
|
693cdbc681 | ||
|
04df4fb0dd | ||
|
c617173d36 | ||
|
18a0c49e5a |
2
.github/workflows/changelog-pr.yml
vendored
2
.github/workflows/changelog-pr.yml
vendored
@ -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)
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user