Skip to content

fix: release tag filter#39

Merged
jackchuka merged 1 commit intomainfrom
fix/ci/2026-02-05-release
Feb 5, 2026
Merged

fix: release tag filter#39
jackchuka merged 1 commit intomainfrom
fix/ci/2026-02-05-release

Conversation

@jackchuka
Copy link
Owner

This pull request updates the release workflow configuration to trigger releases only for semantic version tags, improving the reliability of automated releases.

Release workflow configuration:

  • .github/workflows/release.yml: Changed the tag pattern from "v*" to "v[0-9]+.[0-9]+.[0-9]+" so that releases are triggered only for semantic version tags like v1.0.0, and not for generic tags such as v1.

@jackchuka jackchuka marked this pull request as ready for review February 5, 2026 06:36
@jackchuka jackchuka merged commit 889555a into main Feb 5, 2026
1 check passed
@jackchuka jackchuka deleted the fix/ci/2026-02-05-release branch February 5, 2026 06:36
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Feb 9, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jackchuka/mdschema](https://github.com/jackchuka/mdschema) | minor | `v0.9.0` → `v0.11.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>jackchuka/mdschema (jackchuka/mdschema)</summary>

### [`v0.11.0`](https://github.com/jackchuka/mdschema/releases/tag/v0.11.0)

[Compare Source](jackchuka/mdschema@v0.10.0...v0.11.0)

#### What's Changed

- feat(rule): link check to include frontmatter links by [@&#8203;jackchuka](https://github.com/jackchuka) in [#&#8203;41](jackchuka/mdschema#41)

**Full Changelog**: <jackchuka/mdschema@v0.10.0...v0.11.0>

### [`v0.10.0`](https://github.com/jackchuka/mdschema/releases/tag/v0.10.0)

[Compare Source](jackchuka/mdschema@v0.9.1...v0.10.0)

#### What's New

**Introduce GitHub Action**

#### What's Changed

- fix: release tag filter by [@&#8203;jackchuka](https://github.com/jackchuka) in [#&#8203;39](jackchuka/mdschema#39)
- fix: release tag align by [@&#8203;jackchuka](https://github.com/jackchuka) in [#&#8203;40](jackchuka/mdschema#40)

**Full Changelog**: <jackchuka/mdschema@v1...v0.10.0>

### [`v0.9.1`](https://github.com/jackchuka/mdschema/releases/tag/v0.9.1)

[Compare Source](jackchuka/mdschema@v0.9.0...v0.9.1)

#### What's Changed

- feat: generate heading title from literal by [@&#8203;takeoverjp](https://github.com/takeoverjp) in [#&#8203;37](jackchuka/mdschema#37)

#### New Contributors

- [@&#8203;takeoverjp](https://github.com/takeoverjp) made their first contribution in [#&#8203;37](jackchuka/mdschema#37)

**Full Changelog**: <jackchuka/mdschema@v0.9.0...v0.9.1>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ni4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant