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 tagging #152

Open
antonioleal opened this issue Dec 22, 2022 · 7 comments
Open

Github tagging #152

antonioleal opened this issue Dec 22, 2022 · 7 comments

Comments

@antonioleal
Copy link

Not really an Issue, more a request:

It is possible at some point to start creating Github Tags so software packages can be made downstream?

Tks
António

@wfjm
Copy link

wfjm commented Dec 22, 2022

This is the revival of an old discussion that was never finished. It came up again in connection with the migration of the build system and fizzled out again. Before you can set tags and define releases, you have to have a clear picture of what a release target is, what verification is done beyond the quick CI/CD flow tests, and last but not least, you have to have the will to write a meaningful CHANGELOG and release notes.

@bscottm
Copy link
Contributor

bscottm commented Dec 23, 2022

@antonioleal: Packaging is something I'm working on and tagging is going to be a important tool.

@bscottm
Copy link
Contributor

bscottm commented Dec 28, 2022

@antonioleal: My fork, bscottm/open-simh, now has two tagged releases -- simh-4.0.0-alpha1 and simh-4.0.0-alpha2. Github Actions CI/CD will automagically create a release when a new repo tag starting with "v" or "sim-h" is created.

@antonioleal
Copy link
Author

@antonioleal: My fork, bscottm/open-simh, now has two tagged releases -- simh-4.0.0-alpha1 and simh-4.0.0-alpha2. Github Actions CI/CD will automagically create a release when a new repo tag starting with "v" or "sim-h" is created.

That's a start, thanks! Hope the main project will follow as well.

@XVilka
Copy link
Contributor

XVilka commented May 19, 2023

Looks like now is a good time to make a new release, it's super-outdated in many distributions/systems: https://repology.org/project/simh/versions

@XVilka
Copy link
Contributor

XVilka commented Aug 25, 2023

@pkoning2 @bscottm since there were many updates and now a good CI was setup, maybe it's time to make a new release?

@bscottm
Copy link
Contributor

bscottm commented Aug 29, 2023

@pkoning2, @XVilka: All that need be done is to add a tag that starts with "v" or "simh", e.g., "v4.1.1" or "simh-4.1.1". That'll trigger a CI/CD workflow with all of the packages published as a 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

4 participants