[PR #333] [MERGED] Add CI to release/x.x branch #506

Closed
opened 2025-12-30 01:25:00 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/333
Author: @bioball
Created: 3/18/2024
Status: Merged
Merged: 3/18/2024
Merged by: @bioball

Base: mainHead: ci-release-branch


📝 Commits (1)

  • 9437731 Add CI to release/x.x branch

📊 Changes

7 files changed (+25 additions, -6 deletions)

View changed files

📝 .circleci/config.pkl (+5 -1)
📝 .circleci/config.yml (+15 -0)
📝 .circleci/jobs/BuildNativeJob.pkl (+1 -1)
📝 .circleci/jobs/DeployJob.pkl (+1 -1)
📝 .circleci/jobs/GradleCheckJob.pkl (+1 -1)
📝 .circleci/jobs/GradleJob.pkl (+1 -1)
📝 .circleci/jobs/SimpleGradleJob.pkl (+1 -1)

📄 Description

Adds logic to build (but not deploy) commits on the release branch.

This is so we have CI coverage for new patch releases of older versions.


🔄 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/apple/pkl/pull/333 **Author:** [@bioball](https://github.com/bioball) **Created:** 3/18/2024 **Status:** ✅ Merged **Merged:** 3/18/2024 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `ci-release-branch` --- ### 📝 Commits (1) - [`9437731`](https://github.com/apple/pkl/commit/943773189c5cd2afa3c48fde67343acf845a738c) Add CI to release/x.x branch ### 📊 Changes **7 files changed** (+25 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.pkl` (+5 -1) 📝 `.circleci/config.yml` (+15 -0) 📝 `.circleci/jobs/BuildNativeJob.pkl` (+1 -1) 📝 `.circleci/jobs/DeployJob.pkl` (+1 -1) 📝 `.circleci/jobs/GradleCheckJob.pkl` (+1 -1) 📝 `.circleci/jobs/GradleJob.pkl` (+1 -1) 📝 `.circleci/jobs/SimpleGradleJob.pkl` (+1 -1) </details> ### 📄 Description Adds logic to build (but not deploy) commits on the release branch. This is so we have CI coverage for new patch releases of older versions. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:25:00 +01:00
adam closed this issue 2025-12-30 01:25:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#506