Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a Nushell version update script and bump all versions to 0.81.0 #21

Merged
merged 3 commits into from
Jun 9, 2023

Conversation

amtoine
Copy link
Member

@amtoine amtoine commented Jun 8, 2023

related to

Thanks for the PR!
You forgot to update the dependencies 馃 lol

Don't worry, I am going to pump the dependencies after this #18

Originally posted by @AucaCoyan in #20 (comment)

ok so i've written a script to automate the process of changing the version of nushell/nufmt to avoid ending up in the same situation as in #20 馃槵

Command run:
```nu
./scripts/update-nushell-version 0.80.0
```
Command run:
```nu
./scripts/update-nushell-version 0.81.0
```

Sample output:
```nu
2023-06-08T19:56:25.197|INF|updating the badge in the README
2023-06-08T19:56:25.202|INF|updating the `nu-parser` dependency
    Updating crates.io index
      Adding nu-parser v0.81.0 to dependencies.
             Features:
             - nu-plugin
             - plugin
2023-06-08T19:56:26.312|INF|updating the `nu-protocol` dependency
    Updating crates.io index
      Adding nu-protocol v0.81.0 to dependencies.
             Features:
             - plugin
             - serde_json
2023-06-08T19:56:26.815|WRN|do not forget to commit and push this :wink:
```
@AucaCoyan
Copy link
Contributor

Excellent! Nice work!
Have your medal 馃 馃専 馃巻

@fdncred fdncred merged commit 1b952cc into nushell:main Jun 9, 2023
4 checks passed
@fdncred
Copy link
Collaborator

fdncred commented Jun 9, 2023

Thanks

@amtoine amtoine deleted the fix/bump-badge-version branch June 9, 2023 16:37
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.

None yet

3 participants