Skip to content

Conversation

@pawcoding
Copy link
Owner

Planned release date

Issues

Changes

Features ✨

  • no new features

Fixes 🩹

  • no bug fixes

Internals 🛠️

  • Update dependencies to latest versions
  • Add workflow dispatch to release preview packages

Includes

  • no PRs included

@pawcoding pawcoding self-assigned this Nov 1, 2025
@pawcoding pawcoding changed the title ci(release): add custom tag support via workflow dispatch Release 🚀 Nov 1, 2025
@pawcoding pawcoding marked this pull request as ready for review November 1, 2025 17:59
@pawcoding pawcoding requested a review from Copilot November 1, 2025 17:59
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds support for manual workflow dispatch to create custom release candidate (RC) builds with custom tags (e.g., rc, beta, alpha) while excluding GitHub plugin integration for these manual releases.

  • Introduces workflow_dispatch trigger with tag input parameter in the release workflow
  • Refactors release.config.cjs to dynamically build branches and plugins arrays based on custom tag presence
  • Conditionally excludes @semantic-release/github plugin when custom tags are used

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/release.yaml Adds workflow_dispatch trigger with tag input and passes it to semantic-release via CUSTOM_TAG env var
release.config.cjs Refactors configuration to dynamically add custom tag branches and conditionally exclude GitHub plugin

pawcoding and others added 3 commits November 2, 2025 10:30
This utility can be used to create a valid URL for files of an entry.
The build-time loader automatically uses this function under the hood
via the generated schema. But since the real-time loader doesn't support
schemas this function can be used by the user when needed.
# [2.10.0-next.1](v2.9.0...v2.10.0-next.1) (2025-11-02)

### Features

* export `transformFileUrl` via public API ([b1a7c66](b1a7c66))
@pawcoding
Copy link
Owner Author

🎉 This PR is included in version 2.10.0-next.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@pawcoding pawcoding added the released on @next [bot] This is available in a pre-release label Nov 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released on @next [bot] This is available in a pre-release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Preview packages

3 participants