We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.6.0
git log v1.5.X..v1.6.0 --format='%aN' | sort | uniq
cd docs
regex='([sS]ince Tact \d\.\d) \(not released yet\)'; rg "$regex" -r '$1'
grep
regex='([sS]ince Tact \d\.\d) \(not released yet\)'; rg "$regex" -l | xargs sd "$regex" '$1'
sed
package.json
Unreleased
$ git tag v1.6.0 $ git push origin v1.6.0
$ git checkout v1.6.0 $ yarn all && npm publish
The text was updated successfully, but these errors were encountered:
anton-trunov
No branches or pull requests
Tact v1.6.0 release checklist
v1.6.0
: grammar, wording, polishinggit log v1.5.X..v1.6.0 --format='%aN' | sort | uniq
cd docs
— important as to not change the texts elsewhere, such as in code commentsregex='([sS]ince Tact \d\.\d) \(not released yet\)'; rg "$regex" -r '$1'
(or similar withgrep
) — to preview the changesregex='([sS]ince Tact \d\.\d) \(not released yet\)'; rg "$regex" -l | xargs sd "$regex" '$1'
(or similar withgrep
andsed
) — to apply the changespackage.json
fileUnreleased
->v1.6.0
v1.6.0
release in Gitv1.6.0
release on GitHub: https://github.com/tact-lang/tact/releasesv1.6.0
release on NPM: @tact-lang/compiler$ git checkout v1.6.0 $ yarn all && npm publish
The text was updated successfully, but these errors were encountered: