Skip to content

Commit

Permalink
Bump the version to v2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirTalwar committed May 25, 2024
1 parent 83cd766 commit b41984b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ You can find more examples in the [environment fixture][].

[environment fixture]: ./fixtures/environment/smoke.yaml


### Filtering output

Sometimes, things aren't quite so deterministic. When some of the output (or input) is meaningless, or if there's just too much, you can specify filters to transform the data.
Expand Down
14 changes: 14 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Release instructions for maintainers

So it's time to release a new version.

Versions must follow [Semantic Versioning 2.0.0][].

1. Bump the version in _package.yaml_.
2. Correct the version accordingly in _spec/version.yaml_.
3. Run `make check`.
4. Commit the changes and push to the `main` branch.
5. Tag `HEAD` with the version (`git tag vX.Y.Z HEAD`).
6. Push the new tag with `git push --tags`.

[Semantic Versioning 2.0.0]: https://semver.org/spec/v2.0.0.html
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smoke
version: 2.3.2
version: 2.4.0
github: SamirTalwar/smoke
license: MIT
author: Samir Talwar
Expand Down
4 changes: 2 additions & 2 deletions spec/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ tests:
- --version
exit-status: 0
stdout: |
Smoke v2.3.2
Smoke v2.4.0
- name: version-numeric
args:
- --version-numeric
exit-status: 0
stdout: |
2.3.2
2.4.0

0 comments on commit b41984b

Please sign in to comment.