[PR #3] [MERGED] [core] Add Continuous Delivery and Release Workflow #12

Closed
opened 2025-10-31 16:55:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/3
Author: @ricoberger
Created: 9/5/2023
Status: Merged
Merged: 9/5/2023
Merged by: @ricoberger

Base: mainHead: core-add-continuous-delivery-and-release-workflow


📝 Commits (1)

  • f666a26 [core] Add Continuous Delivery and Release Workflow

📊 Changes

3 files changed (+109 additions, -0 deletions)

View changed files

.github/release.yaml (+29 -0)
.github/workflows/continuous-delivery.yaml (+54 -0)
.github/workflows/release.yaml (+26 -0)

📄 Description

Add a continuous delivery and release workflow. The continuous delivery workflow is used to build the Docker image for FeedDeck and the release workflow is used to generate the changelog.


🔄 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/feeddeck/feeddeck/pull/3 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 9/5/2023 **Status:** ✅ Merged **Merged:** 9/5/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-add-continuous-delivery-and-release-workflow` --- ### 📝 Commits (1) - [`f666a26`](https://github.com/feeddeck/feeddeck/commit/f666a269e4a29c3550ab25fa5c2879b40cecb2a8) [core] Add Continuous Delivery and Release Workflow ### 📊 Changes **3 files changed** (+109 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/release.yaml` (+29 -0) ➕ `.github/workflows/continuous-delivery.yaml` (+54 -0) ➕ `.github/workflows/release.yaml` (+26 -0) </details> ### 📄 Description Add a continuous delivery and release workflow. The continuous delivery workflow is used to build the Docker image for FeedDeck and the release workflow is used to generate the changelog. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:55:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#12