Skip to content

fix: release tag align#40

Merged
jackchuka merged 2 commits intomainfrom
fix/ci/2026-02-05-release-2
Feb 5, 2026
Merged

fix: release tag align#40
jackchuka merged 2 commits intomainfrom
fix/ci/2026-02-05-release-2

Conversation

@jackchuka
Copy link
Owner

This pull request updates the release workflow, documentation, and action configuration to improve version handling and clarity for the mdschema GitHub Action. The main focus is on making the version selection mechanism more intuitive and ensuring the documentation accurately reflects these changes.

Improvements to version handling and workflow:

  • Updated the release workflow in .github/workflows/release.yml to trigger on all tags starting with v, not just strict semantic versions.

Documentation updates:

  • Changed all usage examples and references in README.md to use a specific action version (@v0.9.1) instead of the generic @v1, and clarified the version input description to match the new behavior. [1] [2] [3]

Action configuration enhancements:

  • Updated the version input in action.yml to clarify that it defaults to the action ref if not specified, and that setting it to latest will always fetch the newest release. The default is now an empty string instead of "latest".
  • Improved the version resolution logic in action.yml so that if no version is specified, it uses the action ref (e.g., @v0.9.1 uses v0.9.1), otherwise it uses the specified version or fetches the latest if requested.

@jackchuka jackchuka marked this pull request as ready for review February 5, 2026 07:13
@jackchuka jackchuka merged commit 3719bab into main Feb 5, 2026
4 checks passed
@jackchuka jackchuka deleted the fix/ci/2026-02-05-release-2 branch February 5, 2026 07:13
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