lbonn / rofi

Rofi: A window switcher, run dialog and dmenu replacement - fork with wayland support
Other
983 stars 42 forks source link

Update tags from upstream #10

Closed tinywrkb closed 4 years ago

tinywrkb commented 4 years ago

I package this Wayland fork as an AUR package for Arch Linux, and it would be nice if the auto-generated package version will show correctly that the fork is incorporating the latest release and this requires that the fork will have the latest (relevant) tags in the git repo.

git fetch davatorium-rofi
git push --tags origin

The command that I use for generating the package version is git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' and its current output is 1.3.1.r1349.gf0139710.
With the tags in the repo, it will generate 1.6.0.r23.gf0139710.

lbonn commented 4 years ago

Ow the tags were really outdated, thanks.

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.