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

Github master version changed to 1.36.x from 1.37.x? #4219

Open
iamnacho opened this issue Feb 12, 2025 · 7 comments
Open

Github master version changed to 1.36.x from 1.37.x? #4219

iamnacho opened this issue Feb 12, 2025 · 7 comments

Comments

@iamnacho
Copy link

A few months ago I cloned the master repository and running git describe --tags showed a version like: 1.37.61-654-g2efacc634
(1.37.61 + latest commit)

Today I did the same and master is showing: 1.36.15-4566-gfae724a2c
(1.37.15 + latest commit)

Why the decrease in version number? This breaks packaging right?

Copy link

welcome bot commented Feb 12, 2025

Thanks for opening your first issue here! Just a reminder, this forum is for Bug Reports only. Be sure to follow the issue template!

@connortechnology
Copy link
Member

Not sure why it would go back to .15 but I just tagged 1.37.65...

@iamnacho
Copy link
Author

I'm still seeing 1.36.15.
I ran:
git clone https://github.com/ZoneMinder/zoneminder.git
cd zoneminder
git describe --tags

and the output shows
1.36.15-4593-g863ca2109

@connortechnology
Copy link
Member

I don't know, I'm stumped.
iconnor@pseudo ~/sandbox/ZoneMinder (master)$ git describe --tags
1.37.65-153-g863ca2109

@iamnacho
Copy link
Author

I tried doing a git clone from another machine with the same results.

I also tried:
git clone --branch master --single-branch https://github.com/ZoneMinder/zoneminder.git
& it showed the same 1.36.15

git clone https://github.com/ZoneMinder/zoneminder.git --branch=1.37.65
reports "fatal: Remote branch 1.37.65 not found in upstream origin"

When I go to:
https://github.com/ZoneMinder/zoneminder

Then Code -> the branch defaults to "master". The I see 32 branches and 93 tags. When I click on 93 Tags it shows the newest tag is 1.36.35

It's like the 1.37.x tags are completely gone??

@rbiegel
Copy link

rbiegel commented Mar 18, 2025

I just wondered why 1.37.x is mentioned across the web and I'm not able to locate corresponding downloads or tags. Will we get them back? 🥹

@connortechnology
Copy link
Member

We don't generally tag dev branch. We only bump version when there is a db change. I'm cool with starting to tag when we do that, but so far havn't gotten in the habit.

There is a lot of effort that goes into a formal release. So we don't do it.

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

No branches or pull requests

3 participants