3 Star 7 Fork 2

Gitee 极速下载 / Tilix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/gnunn1/tilix
克隆/下载
RELEASE.md 847 Bytes
一键复制 编辑 原始数据 按行查看 历史

Tilix Release Notes

  1. Ensure master branch is up to date (git pull)

  2. Manually write NEWS entries for Tilix in the same format as usual.

git shortlog 1.9.6.. | grep -i -v trivial | grep -v Merge > NEWS.new

Version 1.9.7
~~~~~~~~~~~~~~
Released: 2024-xx-xx

Notes:

Features:

Bugfixes:

Miscellaneous:

Contributors:
  1. Run extract-strings.sh script

  2. Commit l10n changes to Git

  3. Commit NEWS and other changes to Git, tag release:

git commit -a -m "Release version 1.9.7"
git tag -s -f -m "Release 1.9.7" 1.9.7 <gpg password>
git push --tags
git push
  1. Make release for the new tag in GitHub

  2. Do post-release version bump in meson.build, source/gx/tilix/constants.d and RELEASE.md

  3. Commit trivial changes:

git commit -a -m "trivial: post release version bump"
git push
D
1
https://gitee.com/mirrors/Tilix.git
git@gitee.com:mirrors/Tilix.git
mirrors
Tilix
Tilix
master

搜索帮助