Skip to content

Commit

Permalink
docs: Fix link typo in endgame template (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
peasee authored Oct 31, 2024
1 parent 3abeb32 commit 968f00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/end_game.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ assignees: ''
- [ ] QA DRI sign-off
- [ ] Docs DRI sign-off
- [ ] Create a new branch `release-v[semver]` for the release from trunk. E.g. `release-v0.17.0-beta`
- [ ] Release the new version by creating and publishing a latest [GitHub Release](https://github.com/spiceai/spiceai/releases/new) with the tag from the release branch. E.g. `v0.17.0-beta`.
- [ ] Release the new version by creating and publishing a latest [GitHub Release](https://github.com/spiceai/spice.js/releases/new) with the tag from the release branch. E.g. `v0.17.0-beta`.
- [ ] Ensure the [npm-publish](https://github.com/spiceai/spice.js/actions/workflows/npm-publish.yml) workflow has triggered, and successfully published the package.
- [ ] Run a test pass using the [`spice.js` sample](https://github.com/spiceai/samples/tree/trunk/client-sdk/spice.js-sdk-sample) using the latest published version.
- [ ] Update `version.ts` and version in `package.json` to the next release version.
Expand Down

0 comments on commit 968f00c

Please sign in to comment.