[PR #1402] [MERGED] build: Add workflow for creating draft releases #9041

Closed
opened 2026-02-05 13:57:31 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1402
Author: @bo0tzz
Created: 1/24/2023
Status: Merged
Merged: 1/24/2023
Merged by: @alextran1502

Base: mainHead: main


📝 Commits (7)

  • f72afd6 build: Change pump-version script to use flags
  • 2cd0e89 build: Create initial prepare-release workflow
  • d4ea356 build: Fix release script path
  • aac22cc build: Rename .env.example to example.env
  • eba1489 docs: propagate example.env rename
  • 7ee1fda build: Fix pump-version script patch argument
  • e9022d2 build: Final tweaks to release scripts

📊 Changes

10 files changed (+99 additions, -18 deletions)

View changed files

.github/workflows/prepare-release.yml (+49 -0)
📝 docker/example.env (+0 -0)
📝 docs/docs/developer/setup.md (+1 -1)
📝 docs/docs/install/docker-compose.md (+3 -3)
📝 docs/docs/install/portainer.md (+1 -1)
📝 docs/docs/install/script.md (+1 -1)
📝 docs/docs/install/unraid.md (+1 -1)
📝 install.sh (+1 -1)
misc/release/notes.tmpl (+21 -0)
📝 misc/release/pump-version.sh (+21 -10)

📄 Description

This PR introduces a github workflow that bumps the version and creates a draft release.


🔄 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/immich-app/immich/pull/1402 **Author:** [@bo0tzz](https://github.com/bo0tzz) **Created:** 1/24/2023 **Status:** ✅ Merged **Merged:** 1/24/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`f72afd6`](https://github.com/immich-app/immich/commit/f72afd6807db04610c8ab1aa742c8dc46fe6fe5b) build: Change pump-version script to use flags - [`2cd0e89`](https://github.com/immich-app/immich/commit/2cd0e89412bc00da474b97bdce72f2ac854ab26e) build: Create initial prepare-release workflow - [`d4ea356`](https://github.com/immich-app/immich/commit/d4ea3568d5881ae173eae39b6e2704e267722b75) build: Fix release script path - [`aac22cc`](https://github.com/immich-app/immich/commit/aac22cceb7ea0d24425f78184c5108281e0cc4bf) build: Rename .env.example to example.env - [`eba1489`](https://github.com/immich-app/immich/commit/eba14893aaa3ae2557af1e95658b7fb6a1e672b7) docs: propagate example.env rename - [`7ee1fda`](https://github.com/immich-app/immich/commit/7ee1fda8f54c386767858ab6ddb9958ede94c7c6) build: Fix pump-version script patch argument - [`e9022d2`](https://github.com/immich-app/immich/commit/e9022d209cede62b22ff416e02bd8b05bc502dcf) build: Final tweaks to release scripts ### 📊 Changes **10 files changed** (+99 additions, -18 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/prepare-release.yml` (+49 -0) 📝 `docker/example.env` (+0 -0) 📝 `docs/docs/developer/setup.md` (+1 -1) 📝 `docs/docs/install/docker-compose.md` (+3 -3) 📝 `docs/docs/install/portainer.md` (+1 -1) 📝 `docs/docs/install/script.md` (+1 -1) 📝 `docs/docs/install/unraid.md` (+1 -1) 📝 `install.sh` (+1 -1) ➕ `misc/release/notes.tmpl` (+21 -0) 📝 `misc/release/pump-version.sh` (+21 -10) </details> ### 📄 Description This PR introduces a github workflow that bumps the version and creates a draft release. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:57:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#9041