mirror of
https://github.com/nspcc-dev/neo-exporter.git
synced 2026-03-01 04:28:48 +00:00
Makefile depends on .git, that is missing in release archive #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @532910 on GitHub (Jul 28, 2021).
https://github.com/nspcc-dev/neofs-net-monitor/archive/refs/tags/v0.4.0.tar.gz
@alexvanin commented on GitHub (Jul 28, 2021):
Pretty much all our repositories use
.gitdependency in Makefile to obtain version number. Release archive created automatically by github, so I am afraid we can't do anything about that.Edit 1: we can attach binary if it will help, though.
@realloc commented on GitHub (Sep 10, 2021):
Based on the internal discussions, the suggestion is to add a VERSION file with the actual release version and use CI to make sure it's correct.
Suggested version detection order:
VERSIONfiledevelvalueIf the approach works fine for this repo, we could reuse it on other projects.