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

Task create new version tag #13

Open
ladar opened this issue Apr 26, 2021 · 1 comment
Open

Task create new version tag #13

ladar opened this issue Apr 26, 2021 · 1 comment

Comments

@ladar
Copy link
Contributor

ladar commented Apr 26, 2021

As mentioned elsewhere, there isn't a single tag/release or release since 2011. That makes it hard to know whether the current commit is at all stable and/or tested. To fix this someone with commit access needs to run:

git tag 1.5
git push --tags

Assuming version 1.5 is correct, which is what is currently in the .desktop file. That will create a tarball on GitHub for the repo, assuming what's currently committed is ready for release.

As a follow up task... navigate to the GitHub tags page, and create a "release" based on the tag. During the "release" process, you can attach RPM and DEB files... which will make installation much easier.

@ladar
Copy link
Contributor Author

ladar commented Apr 26, 2021

@michaelhatPIengineering hopefully you can handle this... (and don't forget to review the pending merges before creating the tag/release).

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

1 participant