[PR #462] [MERGED] Add action that creates github release based on CHANGELOG.md #2542

Closed
opened 2025-11-20 05:30:33 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/462
Author: @havardthom
Created: 11/23/2024
Status: Merged
Merged: 11/23/2024
Merged by: @MickLesk

Base: mainHead: gh-release


📝 Commits (1)

  • d87fefe Add action that creates github release based on CHANGELOG.md

📊 Changes

1 file changed (+25 additions, -0 deletions)

View changed files

.github/workflows/github-release.yml (+25 -0)

📄 Description

Note

We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged.

Description

Credit to @JcMinarro for the idea (https://github.com/JcMinarro/ProxmoxVE-Releases/releases).

Add action that creates github releases based on CHANGELOG.md. Runs scheduled every day after midnight and creates a release (with a tag) from yesterdays entries in CHANGELOG.md (if there are any). Since github runners can be delayed when there is high load, running this action after midnight is more reliable.

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

Additional Information (optional)

Provide any additional context or screenshots about the feature or fix here.

image

If there are other pull requests or discussions related to this change, please link them here:
https://github.com/community-scripts/ProxmoxVE/discussions/23


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/462 **Author:** [@havardthom](https://github.com/havardthom) **Created:** 11/23/2024 **Status:** ✅ Merged **Merged:** 11/23/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `gh-release` --- ### 📝 Commits (1) - [`d87fefe`](https://github.com/community-scripts/ProxmoxVE/commit/d87fefe5fe102ca17265b657e824e03615c974c9) Add action that creates github release based on CHANGELOG.md ### 📊 Changes **1 file changed** (+25 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/github-release.yml` (+25 -0) </details> ### 📄 Description > [!NOTE] > We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged. ## Description Credit to @JcMinarro for the idea (https://github.com/JcMinarro/ProxmoxVE-Releases/releases). Add action that creates github releases based on `CHANGELOG.md`. Runs scheduled every day after midnight and creates a release (with a tag) from yesterdays entries in `CHANGELOG.md` (if there are any). Since github runners can be delayed when there is high load, running this action after midnight is more reliable. ## Type of change Please check the relevant option(s): - [ ] Bug fix (non-breaking change that resolves an issue) - [x] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [x] Documentation updated (I have updated any relevant documentation) ## Additional Information (optional) Provide any additional context or screenshots about the feature or fix here. ![image](https://github.com/user-attachments/assets/0000594d-b0f5-4705-9865-603c9f38d3a1) ## Related Pull Requests / Discussions If there are other pull requests or discussions related to this change, please link them here: https://github.com/community-scripts/ProxmoxVE/discussions/23 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:30:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2542