Skip to content

Commit d87a94f

Browse files
Merge pull request #60 from fibonacci1729/bump-version
Bump version for v0.5.0 release
2 parents 73485df + c94b77b commit d87a94f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "trigger-mqtt"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
edition = "2021"
5-
rust-version = "1.81"
5+
rust-version = "1.86"
66

77
[dependencies]
88
anyhow = "1.0.68"

release-process.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
To cut a new release of the MQTT trigger plugin, you will need to do the following:
44

5-
1. Confirm that [CI is green](https://github.com/spinkube/spin-trigger-mqtt/actions) for the commit selected to be tagged and released.
5+
1. Confirm that [CI is green](https://github.com/spinframework/spin-trigger-mqtt/actions) for the commit selected to be tagged and released.
66

77
2. Change the version number in [Cargo.toml](./Cargo.toml) and [spin-pluginify.toml](./spin-pluginify.toml) and run `cargo build --release`.
88

@@ -18,15 +18,15 @@ To cut a new release of the MQTT trigger plugin, you will need to do the followi
1818
# Create a GPG-signed and annotated tag
1919
git tag -s -m "Spin MQTT Trigger v0.2.0" v0.2.0
2020
21-
# Push the tag to the remote corresponding to spinkube/spin-trigger-mqtt (here 'origin')
21+
# Push the tag to the remote corresponding to spinframework/spin-trigger-mqtt (here 'origin')
2222
git push origin v0.2.0
2323
```
2424
25-
6. Pushing the tag upstream will trigger the [release action](https://github.com/spinkube/spin-trigger-mqtt/actions/workflows/release.yml).
25+
6. Pushing the tag upstream will trigger the [release action](https://github.com/spinframework/spin-trigger-mqtt/actions/workflows/release.yml).
2626
- The release build will create the packaged versions of the plugin, the updated plugin manifest and a checksums file
2727
- These assets are uploaded to a new GitHub release for the pushed tag
2828
- Release notes are auto-generated but edit as needed especially around breaking changes or other notable items
2929
30-
7. Create a PR in the [fermyon/spin-plugins](https://github.com/fermyon/spin-plugins) repository with the [updated manifest](https://github.com/fermyon/spin-plugins/tree/main/manifests/mqtt-trigger).
30+
7. Create a PR in the [spinframework/spin-plugins](https://github.com/spinframework/spin-plugins) repository with the [updated manifest](https://github.com/spinframework/spin-plugins/tree/main/manifests/mqtt-trigger).
3131
32-
8. If applicable, create PR(s) or coordinate [documentation](https://github.com/fermyon/developer) needs, e.g. for new features or updated functionality.
32+
8. If applicable, create PR(s) or coordinate [documentation](https://github.com/spinframework/spin-docs) needs, e.g. for new features or updated functionality.

spin-pluginify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "trigger-mqtt"
22
description = "A Spin trigger for MQTT events"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
spin_compatibility = ">=2.0"
55
license = "MIT"
66
package = "./target/release/trigger-mqtt"

0 commit comments

Comments
 (0)