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
|
||||
const regex = changelogIncludesTodaysReleaseNotes ?
|
||||
new RegExp(`\n## ${today}.*(?=## ${latestDateInChangelog})`, "gs") :
|
||||
new RegExp(`## ${today}.*(?=## ${latestDateInChangelog})`, "gs") :
|
||||
new RegExp(`(?=## ${latestDateInChangelog})`, "gs");
|
||||
|
||||
const newChangelogContent = changelogContent.replace(regex, newReleaseNotes)
|
||||
|
@ -15,6 +15,7 @@ All LXC instances created using this repository come pre-installed with Midnight
|
||||
|
||||
> [!IMPORTANT]
|
||||
Do not break established syntax in this file, as it is automatically updated by a Github Workflow
|
||||
|
||||
## 2024-11-23
|
||||
|
||||
### Changed
|
||||
@ -32,6 +33,7 @@ Do not break established syntax in this file, as it is automatically updated by
|
||||
|
||||
### 🧰 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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user