Skip to content

Commit

Permalink
Bump to v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed May 25, 2024
1 parent d3afad4 commit 959d2f0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/full-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
- name: Setup nu@nightly
uses: hustcer/setup-nu@develop
with:
features: full
version: nightly
enable-plugins: true
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ the latest version:
| `version` | no | A valid NPM-style semver specification, such as `0.86.0`, etc. and `nightly`. | string | \* |
| `check-latest` | no | Set to `true` if you want to use the latest version | bool | false |
| `enable-plugins` | no | Set to `true` if you want to register the bundled plugins, Nu v0.69 and above is required | bool | false |
| `features` | no | Available choice: `default` or `full`, and the `full` features will include the commands from `extra` and `dataframe`. This option support `Nu` since `v0.86` | string | `default` |
| `features` | no | Available choice: `default` or `full`, and the `full` features will include the commands from `extra` and `dataframe`. This option support `Nu` from `v0.86` to `v0.93` | string | `default` |
| `github-token` | no | Your GitHub token or PAT token | string | `${{ github.token }}` |

The semver specification is passed directly to NPM's [semver package](https://www.npmjs.com/package/semver).
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
| `version` || 合法的 NPM 风格的 semver 版本,such as `0.86.0` 也可以为`nightly`. | string | \* |
| `check-latest` || 可以设置为 `true` 如果你想使用最新的 Nushell 版本 | bool | false |
| `enable-plugins` || 可以设置为 `true` 如果你需要注册二进制包内的插件, 需要 Nu 版本 >= v0.69 | bool | false |
| `features` || 可选项: `default``full`, 设置为 `full` 将包含 `extra``dataframe` 中的命令, 该选项支持 `Nu` `v0.86` 及以后版本 | string | `default` |
| `features` || 可选项: `default``full`, 设置为 `full` 将包含 `extra``dataframe` 中的命令, 该选项支持 `Nu` `v0.86` ~ `v0.93` | string | `default` |
| `github-token` || 你的 GitHub Token 或者 PAT token | string | `${{ github.token }}` |

您在 `version` 字段指定的 **semver 版本** 会直接传递给 NPM 的 [semver 包](https://www.npmjs.com/package/semver)。此 GitHub Action 将安装最新的匹配版本。
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:
features:
default: 'default'
required: false
description: 'Nushell features to install, should be `full` or `default`.'
description: 'Nushell features to install, should be `full` or `default`, `full` can be used for Nu 0.86 ~ 0.93.'
check-latest:
default: false
required: false
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "setup-nu",
"version": "3.10.0",
"actionVer": "v3.10",
"version": "3.11.0",
"actionVer": "v3.11",
"description": "A Github Action to Setup a Nushell Environment to Run Nu Scripts or Commands",
"main": "dist/index.js",
"private": true,
Expand Down

0 comments on commit 959d2f0

Please sign in to comment.