Compare commits

..

No commits in common. "8e7a9f363a60f73f2915f5e6c1a92c7f710a2f5c" and "a0516b43a0aeb6ec1de3898ea0993d74722f2f12" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -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" -t "$YESTERDAY" -n "$YESTERDAY_CHANGELOG_NOTES" --latest
gh release create "$YESTERDAY" -n "$YESTERDAY_CHANGELOG_NOTES" --latest
fi

View File

@ -24,10 +24,6 @@ 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