Skip to content

Commit 83e59dc

Browse files
authored
Merge pull request #74 from vdice/docs/release-process-fixes
docs(release-process.md): fix a few links
2 parents f0ffbb1 + f23bc5b commit 83e59dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ To cut a new release of the command trigger plugin, you will need to do the foll
2222
git push origin v0.1.0
2323
```
2424
25-
1. Pushing the tag upstream will trigger the [release action](https://github.com/spinframework/spin-trigger-command/actions/workflows/release.yml).
25+
1. Pushing the tag upstream will trigger the [build workflow](https://github.com/spinframework/spin-trigger-command/actions/workflows/build.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-
1. 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/command-trigger).
30+
1. 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/trigger-command).
3131
3232
1. If applicable, create PR(s) or coordinate [documentation](https://github.com/spinframework/spin-docs) needs, e.g. for new features or updated functionality.

0 commit comments

Comments
 (0)