digitalocean / prometheus-client-c

A Prometheus Client in C
Other
160 stars 79 forks source link

VERSION file is not accurate in the latest release #49

Open Kenterfie opened 3 years ago

Kenterfie commented 3 years ago

The latest source file package (https://github.com/digitalocean/prometheus-client-c/archive/v0.1.3.tar.gz) contains the wrong VERSION file.

Expected 0.1.3 Actual 0.1.2

Case where it is used VERSION = $(shell cat ../VERSION

miroswan commented 3 years ago

These tarballs are created by GitHub when a release is made; however, we release from release branches so we can have an isolated environment for each release. If you need to access the entire repository for this version, please checkout to release-0.1.3.

miroswan commented 3 years ago

In the future we will have to target the release branch to ensure that the source bundles that are generated by GitHub match.