Skip to content
Open
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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Konflux build configuration and the application version.

```sh
sed -i -e "/^RUST_VERSION / s/stable/${RUST_VERSION}/" \
Makefile
constants.mk
```

1. Run the following command to stop mintmaker from attempting to
Expand Down Expand Up @@ -104,7 +104,7 @@ Konflux build configuration and the application version.
1. Ensure the Konflux and GitHub Actions builds succeed and the
corresponding container images are pushed.

## Handling path releases
## Handling patch releases

1. Merge any backport PRs you need into the desired release branch.
1. Figure out the patch version to be released.
Expand Down
2 changes: 1 addition & 1 deletion fact/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fact"
version = "0.2.0-dev"
version = "0.3.0-dev"
edition = "2021"

license.workspace = true
Expand Down
Loading