Skip to content

Commit

Permalink
Merge pull request 'bump version specifier' (#33) from prep_v0.7.0-be…
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Sep 26, 2023
2 parents 7839fb3 + 393c73c commit 34b58fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spacepackets"
version = "0.7.0-beta.1"
version = "0.7.0-beta.2"
edition = "2021"
rust-version = "1.61"
authors = ["Robin Mueller <[email protected]>"]
Expand Down
4 changes: 1 addition & 3 deletions automation/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ pipeline {
}
stage('Docs') {
steps {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh 'cargo +nightly doc --all-features'
}
sh 'cargo +nightly doc --all-features'
}
}
stage('Rustfmt') {
Expand Down
2 changes: 1 addition & 1 deletion release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Checklist for new releases
# Pre-Release

1. Make sure any new modules are documented sufficiently enough and check docs with
`cargo doc --all-features --open`.
`cargo +nightly doc --all-features --open`.
2. Bump version specifier in `Cargo.toml`.
3. Update `CHANGELOG.md`: Convert `unreleased` section into version section with date and add new
`unreleased` section.
Expand Down

0 comments on commit 34b58fe

Please sign in to comment.