We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0862d6b commit 54cbfb3Copy full SHA for 54cbfb3
docs/development.md
@@ -54,8 +54,8 @@ The following workflow is used for releasing a new `sake` version:
54
6. Update `Makefile` and `CHANGELOG.md` with correct version, and add all changes to `CHANGELOG.md`
55
7. Squash-merge to main with `Release vx.y.z` and description of changes
56
8. Run `make release`, which will:
57
- - Create a git tag with release notes
58
- - Trigger a build in Github that builds cross-platform binaries and generates release notes of changes between current and previous tag
+ - Create a git tag with release notes
+ - Trigger a build in Github that builds cross-platform binaries and generates release notes of changes between current and previous tag
59
60
## Dependency Graph
61
0 commit comments