-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
git tag prefix #404
Comments
Shoot. This was a requirement from the latest OBS plugin template build scripts. We'll have to fix this on there |
@umireon what do you make of this? |
I want to ask obs-studio/obs-plugintemplate why they removed the v prefix. |
@umireon i actually was the one who removed the however, for now we can simple apply two tags |
I'm asking this on upstream now: obsproject/obs-plugintemplate#86 |
I suppose the removal of the prefix "v" is intentional on the upstream and we have to fix Flatpak and AUR to conform to the new tag format. |
I'm going to change all the build definitions to use the tag without v prefix. |
Describe the bug
Hi,
it seems that you removed the tag name prefix "v", versions up to v1.1.0 starts with "v", 1.1.1 and 1.1.2 don't have this prefix. Version 1.1.0 was released both with and without prefix.
This breaks at least flatpack and two arch linux aur scripts:
flatpak install com.obsproject.Studio.Plugin.BackgroundRemoval
https://aur.archlinux.org/packages/obs-backgroundremoval-git
https://aur.archlinux.org/packages/obs-backgroundremoval
All of them are still on the latest version with prefix "v", so it is currently not possible to install the latest version on arch linux based systems.
To Reproduce
Try to install the latest version from any of this sources:
flatpak install com.obsproject.Studio.Plugin.BackgroundRemoval
https://aur.archlinux.org/packages/obs-backgroundremoval-git
https://aur.archlinux.org/packages/obs-backgroundremoval
Expected behavior
The latest version should be installed.
Screenshots
Log and Crash Report
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: