- Improve the changelog for
vX.Y.Z
: grammar, wording, polishing - Make sure there are no open issues for the vX.Y.Z milestone (except for the current one, of course)
- Bump Tact version in:
-
package.json
file - CHANGELOG.md:
Unreleased
->vX.Y.Z
-
- Tag the new
vX.Y.Z
release in Git$ git tag vX.Y.Z $ git push origin vX.Y.Z
- Create the new
vX.Y.Z
release on GitHub: https://github.com/tact-lang/tact/releases - Publish the new
vX.Y.Z
release on NPM: @tact-lang/compiler$ git checkout vX.Y.Z $ yarn all && npm publish
- Update tact-docs with the most recent Tact features (tracked in: )
- Request or perform the plugins/parsers/tools updates and releases:
- https://github.com/tact-lang/tact-template (tracked in: )
- https://github.com/tact-lang/tree-sitter-tact (tracked in: )
- https://github.com/tact-lang/tact.vim (tracked in: )
- https://github.com/tact-lang/tact-sublime (tracked in: )
- https://github.com/tact-lang/tact-vscode (tracked in: )
- A new release of tact-vscode on the Visual Studio Marketplace
- https://github.com/novusnota/prism-ton (tracked in: )
- https://github.com/nujan-io/nujan-ide (tracked in: )
- https://github.com/ton-org/blueprint (tracked in: )
- https://github.com/ton-blockchain/intellij-ton (tracked in: )
- Write
vX.Y.Z
release notes explaining the newest changes with code examples - TON Dev News Telegram channel announcement
- Accumulate TON dev chats feedback