mirror of
https://github.com/anomalyco/opentui.git
synced 2026-09-19 01:26:03 +08:00
scripts/prepare-release.ts: add message
This commit is contained in:
@@ -101,7 +101,7 @@ Next steps:
|
||||
2. Build the packages: bun run build
|
||||
3. Commit the changes: git add -A && git commit -m "Release v${version}"
|
||||
4. Push the commit: git push
|
||||
5. Tag the release after the commit: git tag v${version}
|
||||
5. Tag the release after the commit: git tag v${version} -m "Release v${version}"
|
||||
6. Push the tag to trigger the release workflow: git push origin v${version}
|
||||
`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user