github TecharoHQ/anubis v1.17.0-beta4
v1.17.0-beta4: Now with fixed version numbers

latest releases: v1.22.0, v1.22.0-pre2, v1.22.0-pre1...
pre-release4 months ago

Today I learned that if you have two tags pointing to the same commit in Git and your git version detection logic is the output of git describe --tags --dirty, git will return the first tag and not the second. So in order to actually bump the version number in that detection logic, you need to push a dummy commit in order for that version number to actually change.

Aren't computers grand?

What's Changed

  • fix(config): remove trailing newlines in regexes by @Xe in #373

Full Changelog: v1.17.0-beta1...v1.17.0-beta4

Don't miss a new anubis release

NewReleases is sending notifications on new releases.