mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #3] [MERGED] [core] Add Continuous Delivery and Release Workflow #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head: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.