We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63e0af commit 901fb07Copy full SHA for 901fb07
release-process.md
@@ -18,7 +18,7 @@ To cut a new release of the MQTT trigger plugin, you will need to do the followi
18
# Create a GPG-signed and annotated tag
19
git tag -s -m "Spin MQTT Trigger v0.2.0" v0.2.0
20
21
- # Push the tag to the remote corresponding to fermyon/spin-trigger-mqtt (here 'origin')
+ # Push the tag to the remote corresponding to spinkube/spin-trigger-mqtt (here 'origin')
22
git push origin v0.2.0
23
```
24
0 commit comments