-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83cd766
commit b41984b
Showing
4 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters