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

Introduce semantic versioning #116

Open
9 tasks
simonmicro opened this issue May 30, 2024 · 0 comments
Open
9 tasks

Introduce semantic versioning #116

simonmicro opened this issue May 30, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@simonmicro
Copy link

simonmicro commented May 30, 2024

Currently, we have...

  • an old Changelog, which is not really being maintained anymore (also in the wiki)
  • a master / next branch (the first should be renamed to main)
  • no tags / GH-releases to track changes

So, I propose:

  • Add tags using semantic versions (not year.month(.day) pattern like used in the Changelog before)
  • Add Github releases for new tags
  • Start fresh on version 1.0.0 (I do not want to go back in time and re-version / reevaluate for braking changes everything)
  • Update actions to build tagged versions
  • Add contributing-guide to the wiki, specifying to work against the next-branch
  • Drop the changelog, as it is replaced with tags & releases
  • The current docker-tags are just historic reasons at this point (we have no python2 anymore anyways)
    • add -minimal, -full suffix to main, next, [verion-tag] images
    • keep the classic tags as non-documented backward compatibility
@simonmicro simonmicro added documentation Improvements or additions to documentation enhancement New feature or request labels May 30, 2024
@simonmicro simonmicro self-assigned this May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant