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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.35.0 #1408

Merged
merged 4 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ You can also remove your `$HOME/nix-installer-wsl-tests-temp` folder whenever yo

This package uses [Semantic Versioning](https://semver.org/). When determining the version number for a new release refer to Semantic Versioning for guidance. You can use the `check-semver` command alias from within the development environment to validate your changes don't break semver.

To cut a release, run `./prepare-release.sh 0.0.1`.
To cut a release, run `./prepare-release.sh 0.0.1` inside `nix develop`.
This script will:

- Create a release branch from `main` (`git checkout -b release-v0.0.1`)
Expand All @@ -358,6 +358,9 @@ This script will:
- `cargo update --aggressive`
- `cargo outdated --ignore-external-rel --aggressive`
- Update the versions in the fixture data in `test/fixtures/**/*.json`

Then you should:

- Push the branch, create a PR ("Release v0.0.1").
This pull request will automatically run VM and container tests:
- `nix flake check -L`
Expand Down
Loading
Loading