Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for next release #720

Merged
merged 2 commits into from
Aug 28, 2024
Merged
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
32 changes: 16 additions & 16 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ members = [
]

[workspace.package]
version = "0.1.0-alpha.13"
version = "0.1.0-alpha.14"
edition = "2021"
publish = false
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ If the result looks good, execute the changes using:
cargo release version alpha -x
```

Update the OpenAPI spec by regenerating it:
Update the OpenAPI spec, which includes the version, by regenerating it:

```bash
cargo xtask generate-schemas
cargo xtask precommit
```

Commit the changes to git:
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: Software Supply-Chain Security API
license:
name: Apache-2.0
version: 0.1.0-alpha.13
version: 0.1.0-alpha.14
paths:
/api/v1/advisory:
get:
Expand Down