Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make app and release versions uniform #5078

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Make app and release versions uniform #5078

merged 1 commit into from
Jun 6, 2024

Conversation

nickva
Copy link
Contributor

@nickva nickva commented Jun 5, 2024

Previously, some apps/release used git version others had a fixed version number. Each approach has it's benefits and downsides but since we're using git in most cases, let's be uniform and use that uniformly.

Previously, some apps used `git` versions, others had a fixed version number.
Each approach has it's benefits and downsides but since're using git in most
cases, let's use git for all of them.
@nickva nickva merged commit cb1a8af into main Jun 6, 2024
23 checks passed
@nickva nickva deleted the make-versions-uniform branch June 6, 2024 04:49
big-r81 added a commit to apache/couchdb-glazier that referenced this pull request Jun 22, 2024
The CouchDB version was extracted from the `rel/couchdb/releases/start_erl.data` file. This version string was removed in [1,2].

Since we have a file (`version.mk`) with the released CouchDB version, use this and extract the number from here.

[1] apache/couchdb#5085
[2] apache/couchdb#5078
big-r81 added a commit to apache/couchdb-glazier that referenced this pull request Jun 22, 2024
The CouchDB version was extracted from the `rel/couchdb/releases/start_erl.data` file. This version string was removed in [1,2].

Since we have a file (`version.mk`) with the released CouchDB version, use this and extract the number from here.

[1] apache/couchdb#5085
[2] apache/couchdb#5078
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants