mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-28 19:46:17 +00:00
Compare commits
2 Commits
a0516b43a0
...
8e7a9f363a
Author | SHA1 | Date | |
---|---|---|---|
|
8e7a9f363a | ||
|
3c045b967c |
2
.github/workflows/github-release.yml
vendored
2
.github/workflows/github-release.yml
vendored
@ -21,5 +21,5 @@ jobs:
|
||||
YESTERDAY_CHANGELOG_NOTES=$(awk '/^## '"$YESTERDAY"'/ {f=1; next} f && /^## [0-9]{4}-[0-9]{2}-[0-9]{2}/ {f=0} f && !/^## / {print}' CHANGELOG.md)
|
||||
|
||||
if [ -n "$YESTERDAY_CHANGELOG_NOTES" ]; then
|
||||
gh release create "$YESTERDAY" -n "$YESTERDAY_CHANGELOG_NOTES" --latest
|
||||
gh release create "$YESTERDAY" -t "$YESTERDAY" -n "$YESTERDAY_CHANGELOG_NOTES" --latest
|
||||
fi
|
||||
|
@ -24,6 +24,10 @@ Do not break established syntax in this file, as it is automatically updated by
|
||||
|
||||
- New script: listmonk LXC [@bvdberg01](https://github.com/bvdberg01) ([#442](https://github.com/community-scripts/ProxmoxVE/pull/442))
|
||||
|
||||
### 🧰 Maintenance
|
||||
|
||||
- Add release title to github-release.yml [@havardthom](https://github.com/havardthom) ([#481](https://github.com/community-scripts/ProxmoxVE/pull/481))
|
||||
|
||||
## 2024-11-23
|
||||
|
||||
### Changed
|
||||
|
Loading…
Reference in New Issue
Block a user