1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 02:25:28 +03:00
wezterm/ci
Wez Furlong 35eb7383b1 ci: simplify version number
Previously, we used `git describe --tags` to produce a version number
for non-released builds derived from the most recent tag + some info
such as the number of commits since that tag and then `g{HASH}`.

That always confuses people because the date portion at the front
looks old (it is typically the previous release) and the hash at
the end has that `g` in it.

This commit simplifies both the tag name used when making a release
and the computed version number take the date/time from the current
commit, and then append the hash.  That way the version number always
corresponds to a commit.

This scheme doesn't help detect situations where the commit is
dirty, but I don't think the old one would have helped with that
either.
2021-04-29 20:23:47 -07:00
..
appimage.sh ci: simplify version number 2021-04-29 20:23:47 -07:00
appstreamcli include appstream data in AppImage 2020-05-04 22:55:33 -07:00
build-docs.sh docs: explicitly fetch nightly info 2021-04-05 12:29:13 -07:00
deploy.sh ci: simplify version number 2021-04-29 20:23:47 -07:00
generate-docs.py round out quick select mode 2021-04-25 16:27:39 -07:00
generate-workflows.py ci: update actions/cache 2021-04-19 09:24:48 -07:00
make-color-screen-shots.sh docs: adjust screenshots to include cursor color 2020-10-20 09:55:32 -07:00
PKGBUILD.template update for rename of master branch -> main 2021-02-03 21:34:12 -08:00
source-archive.sh ci: simplify version number 2021-04-29 20:23:47 -07:00
subst-release-info.py docs: explicitly fetch nightly info 2021-04-05 12:29:13 -07:00
tag.sh ci: simplify version number 2021-04-29 20:23:47 -07:00
wezterm-homebrew-macos.rb.template ci: update homebrew template for macOS .app layout change 2021-02-16 09:50:39 -08:00
wezterm-linuxbrew.rb.template update for rename of master branch -> main 2021-02-03 21:34:12 -08:00
windows-installer.iss Windows: fix "Open WezTerm Here" for C:\ 2021-03-10 20:12:47 -08:00