Commit graph

242 commits

Author SHA1 Message Date
mise-en-dev
be3be2260b
chore: release v3.4.0 (#291)
---
## [3.4.0](https://github.com/jdx/mise-action/compare/v3.3.1..v3.4.0) -
2025-10-31

### 🚀 Features

- use autofix.ci to auto-update dist/ on all PRs by
[@jdx](https://github.com/jdx) in
[16e9fd5](16e9fd5251)
- use autofix.ci to auto-update dist/ on all PRs (#308) by
[@jdx](https://github.com/jdx) in
[#308](https://github.com/jdx/mise-action/pull/308)

### 🐛 Bug Fixes

- add missing `await` to `core.group` calls (#305) by
[@smorimoto](https://github.com/smorimoto) in
[#305](https://github.com/jdx/mise-action/pull/305)
- auto-update dist folder in Renovate PRs via GitHub Actions (#306) by
[@jdx](https://github.com/jdx) in
[#306](https://github.com/jdx/mise-action/pull/306)
- configure Renovate to ignore github-actions[bot] commits by
[@jdx](https://github.com/jdx) in
[993e7d0](993e7d0bb6)
- run auto-update-dist workflow on all PRs by
[@jdx](https://github.com/jdx) in
[6d0fd75](6d0fd75ed5)

### 📚 Documentation

- update to v3 in README (#290) by [@pdecat](https://github.com/pdecat)
in [#290](https://github.com/jdx/mise-action/pull/290)

### ⚙️ Miscellaneous Tasks

- upgrade all workflows to Node 24 by [@jdx](https://github.com/jdx) in
[c7b5f37](c7b5f37cad)
- remove unused workflow by [@jdx](https://github.com/jdx) in
[aecb23d](aecb23d92f)

### New Contributors

* @smorimoto made their first contribution in
[#305](https://github.com/jdx/mise-action/pull/305)
* @pdecat made their first contribution in
[#290](https://github.com/jdx/mise-action/pull/290)

<!-- generated by git-cliff -->

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-10-31 10:43:55 -05:00
mise-en-dev
e3d7b8d67a
chore: release v3.3.1 (#288)
---
## [3.3.1](https://github.com/jdx/mise-action/compare/v3.3.0..v3.3.1) -
2025-10-06

### 🐛 Bug Fixes

- trim "v" prefix on update (#287) by
[@zeitlinger](https://github.com/zeitlinger) in
[#287](https://github.com/jdx/mise-action/pull/287)

<!-- generated by git-cliff -->
2025-10-06 06:21:38 -05:00
mise-en-dev
156251fcc6
chore: release v3.3.0 (#284)
---
## [3.3.0](https://github.com/jdx/mise-action/compare/v3.2.0..v3.3.0) -
2025-10-03

### 🚀 Features

- use self-update to modify version if mise is already installed (#277)
by [@ImpSy](https://github.com/ImpSy) in
[#277](https://github.com/jdx/mise-action/pull/277)

### 🐛 Bug Fixes

- **(cache)** replace `,` in `MISE_ENV` with `-` (#278) by
[@risu729](https://github.com/risu729) in
[#278](https://github.com/jdx/mise-action/pull/278)
- correct Renovate allowedPostUpgradeCommands configuration by
[@jdx](https://github.com/jdx) in
[4313941](43139419dc)

### ⚙️ Miscellaneous Tasks

- **(config)** migrate renovate config (#263) by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#263](https://github.com/jdx/mise-action/pull/263)
- updated deps by [@jdx](https://github.com/jdx) in
[5795893](5795893ace)

### New Contributors

* @ImpSy made their first contribution in
[#277](https://github.com/jdx/mise-action/pull/277)

<!-- generated by git-cliff -->
2025-10-03 11:56:33 +00:00
jdx
5ac50f778e
chore: release v3.2.0 (#251)
---
## [3.2.0](https://github.com/jdx/mise-action/compare/v3.1.0..v3.2.0) -
2025-08-22

### 🚀 Features

- add environment variable support to cache key templates (#250) by
[@pepicrft](https://github.com/pepicrft) in
[#250](https://github.com/jdx/mise-action/pull/250)

### 🐛 Bug Fixes

- redact secret values from env (#252) by [@jdx](https://github.com/jdx)
in [#252](https://github.com/jdx/mise-action/pull/252)

<!-- generated by git-cliff -->

Co-authored-by: mise-en-dev <123107610+mise-en-dev@users.noreply.github.com>
2025-08-22 09:42:28 -05:00
jdx
5e785b73cb
fix: redact secret values from env (#252) 2025-08-22 09:38:59 -05:00
jdx
ca0c5fc9c8
chore: release v3.1.0 (#247)
---
## [3.1.0](https://github.com/jdx/mise-action/compare/v3.0.2..v3.1.0) -
2025-08-19

### 🚀 Features

- add configurable cache key with template variable support (#246) by
[@pepicrft](https://github.com/pepicrft) in
[#246](https://github.com/jdx/mise-action/pull/246)

<!-- generated by git-cliff -->

Co-authored-by: mise-en-dev <123107610+mise-en-dev@users.noreply.github.com>
2025-08-19 11:04:11 -05:00
Pedro Piñera Buendía
d53c31b046
feat: add configurable cache key with template variable support (#246)
I closed [this PR](https://github.com/jdx/mise-action/pull/235) by
mistake so I'm reopening it.
2025-08-19 10:59:36 -05:00
jdx
c0b8518a9f
chore: release v3.0.2 (#245)
---
## [3.0.2](https://github.com/jdx/mise-action/compare/v3.0.1..v3.0.2) -
2025-08-18

### ⚙️ Miscellaneous Tasks

- remove duplicate release-plz logic by [@jdx](https://github.com/jdx)
in
[7081572](70815728fd)

<!-- generated by git-cliff -->

Co-authored-by: mise-en-dev <123107610+mise-en-dev@users.noreply.github.com>
2025-08-18 11:58:50 -05:00
jdx
a2de727769
chore: release v3.0.1 (#243)
---
## [3.0.1](https://github.com/jdx/mise-action/compare/v3.0.0..v3.0.1) -
2025-08-18

### 📚 Documentation

- add CLAUDE.md by [@jdx](https://github.com/jdx) in
[729161f](729161fe32)
- hide release entries in CHANGELOG by [@jdx](https://github.com/jdx) in
[96680f6](96680f666f)

### ⚙️ Miscellaneous Tasks

- fix release-plz by [@jdx](https://github.com/jdx) in
[3600b64](3600b64107)
- updated deps (#244) by [@jdx](https://github.com/jdx) in
[#244](https://github.com/jdx/mise-action/pull/244)

<!-- generated by git-cliff -->

Co-authored-by: mise-en-dev <123107610+mise-en-dev@users.noreply.github.com>
2025-08-18 16:55:40 +00:00
jdx
665d820882
chore: release v3.0.0 (#242)
---
## [3.0.0](https://github.com/jdx/mise-action/compare/v2.4.4..v3.0.0) -
2025-08-18

### 🚀 Features

- **breaking** export env vars from mise.toml (#241) by
[@maelp](https://github.com/maelp) in
[#241](https://github.com/jdx/mise-action/pull/241)

### New Contributors

* @maelp made their first contribution in
[#241](https://github.com/jdx/mise-action/pull/241)

<!-- generated by git-cliff -->

Co-authored-by: mise-en-dev <123107610+mise-en-dev@users.noreply.github.com>
2025-08-18 16:34:42 +00:00
jdx
fa0ff8d11f
chore: release v2.4.4 (#232)
Co-authored-by: mise-en-dev <123107610+mise-en-dev@users.noreply.github.com>
2025-07-27 18:53:07 +00:00
jdx
dc15474204
chore: release v2.4.3 (#231)
Co-authored-by: mise-en-dev <123107610+mise-en-dev@users.noreply.github.com>
2025-07-27 13:42:28 -05:00
jdx
eb2f5cb41b
2.4.2 2025-07-24 01:12:19 -05:00
jdx
c444d3ac17
chore: release v2.4.1 (#222)
Co-authored-by: mise-en-dev <123107610+mise-en-dev@users.noreply.github.com>
2025-07-17 14:09:39 +00:00
jdx
954e13db3e
chore: get postversion to work 2025-07-16 04:57:59 +00:00
jdx
bfb9fa0b02
2.4.0 2025-07-12 06:23:43 -05:00
jdx
5cb1df66ed
2.3.1 2025-06-25 11:55:26 -05:00
jdx
429184fe4b
2.3.0 2025-06-25 07:24:22 -05:00
jdx
bb86feacf6
chore: update deps (#203) 2025-06-17 17:20:36 +00:00
jdx
13abe502c3
2.2.3 2025-05-26 19:13:20 -05:00
jdx
c94f0bf9e5
2.2.2 2025-05-12 08:10:22 -05:00
jdx
7a111ead46
2.2.1 2025-04-22 22:56:09 -05:00
jdx
746b22c6c6
2.2.0 2025-04-22 22:43:15 -05:00
jdx
81d53cf968
fix: save cache when build fails
Fixes #99
2025-04-22 22:41:39 -05:00
jdx
ff329b72ac
chore: updated deps 2025-04-22 22:25:08 -05:00
jdx
5083fe4689
2.1.11 2024-12-30 10:44:47 -06:00
jdx
249c01ba27
2.1.10 2024-12-23 11:59:14 -08:00
jdx
26caef8487
2.1.9 2024-12-23 11:44:54 -08:00
jdx
5bb8f8c191
2.1.8 2024-12-13 06:04:00 -06:00
jdx
3601336acb
chore: updated deps 2024-12-13 06:03:07 -06:00
jdx
52c535ffc8
chore: updated deps 2024-11-27 18:10:51 -06:00
jdx
63a673876c
2.1.7 2024-11-18 13:25:11 -06:00
jdx
53d027c2e9
2.1.6 2024-11-06 08:44:10 -06:00
jdx
3cea416127
2.1.5 2024-11-04 10:28:59 -06:00
Jeff Dickey
a4cfebde9c
2.1.4 2024-10-27 20:26:10 -05:00
Jeff Dickey
943808f3f1
2.1.3 2024-10-26 06:51:32 -05:00
Jeff Dickey
4d056cf31b
2.1.2 2024-10-25 11:49:02 -05:00
Jeff Dickey
c1606014a9
2.1.1 2024-10-23 20:27:09 -05:00
Jeff Dickey
f8dfbcc150
2.1.0 2024-09-25 16:31:21 -05:00
jdx
5d3e058edf
feat: support windows (#122) 2024-09-25 21:27:52 +00:00
renovate[bot]
6e37caab2c
chore(deps): update dependency eslint-plugin-github to v5 (#101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-29 17:46:24 +00:00
Jeff Dickey
b0dcf03524
chore: eslint@9 2024-07-29 12:40:52 -05:00
Jeff Dickey
da1c427f6e
chore: husky deprecation 2024-07-29 12:34:33 -05:00
Jeff Dickey
d6e32c1796
2.0.6 2024-06-01 17:32:54 -05:00
Jeff Dickey
b02b0576a3
2.0.5 2024-06-01 11:14:26 -05:00
Jeff Dickey
0c39a522df
2.0.4 2024-04-12 20:33:45 -05:00
Jeff Dickey
0f558f87e1
chore(eslint): updated eslint@8 2024-04-12 20:30:20 -05:00
renovate[bot]
203ad313b7
chore(deps): update dependency eslint-plugin-jest to v28 (#70)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-06 15:42:48 +00:00
Jeff Dickey
3e282fcd55
2.0.3 2024-03-29 21:04:05 -05:00
Jeff Dickey
736f8d9429
chore: fix version script 2024-03-29 21:03:52 -05:00