From b41984b5d3580b0f76dc99df178dfb78d10f8988 Mon Sep 17 00:00:00 2001 From: Samir Talwar Date: Sat, 25 May 2024 10:41:34 +0200 Subject: [PATCH] Bump the version to v2.4.0. --- README.md | 1 - RELEASE.md | 14 ++++++++++++++ package.yaml | 2 +- spec/version.yaml | 4 ++-- 4 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 RELEASE.md diff --git a/README.md b/README.md index 95b98e0..d761ab7 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..203b574 --- /dev/null +++ b/RELEASE.md @@ -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 diff --git a/package.yaml b/package.yaml index 2717a19..0128ee6 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: smoke -version: 2.3.2 +version: 2.4.0 github: SamirTalwar/smoke license: MIT author: Samir Talwar diff --git a/spec/version.yaml b/spec/version.yaml index b077bea..8e7fc2c 100644 --- a/spec/version.yaml +++ b/spec/version.yaml @@ -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