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

Git version number & release history on GitHub #49

Open
MarcoHuebner opened this issue Aug 23, 2022 · 3 comments
Open

Git version number & release history on GitHub #49

MarcoHuebner opened this issue Aug 23, 2022 · 3 comments
Assignees
Labels
postponed Has to wait

Comments

@MarcoHuebner
Copy link
Collaborator

MarcoHuebner commented Aug 23, 2022

Add version number with git tag and make release easily available/ findable/ selectable within the GitHub user interface

@MarcoHuebner MarcoHuebner self-assigned this Aug 23, 2022
@pmayd
Copy link
Collaborator

pmayd commented Aug 27, 2022

Lese mich gerade ein:
https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases

Glaube es gibt wirklich nicht viel mehr zu tun als mit git tag -a <name> -m <message> einen Tag zusetzen und später unter new release diese Version als Release zu wählen, der Text wird dann automatisch befüllt. CHangelog muss man wohl erstmal manuell erstellen. Es werden aber wohl zumindest die commit messages automatisch zu einem report zusammengestellt als release notes

@pmayd
Copy link
Collaborator

pmayd commented Aug 27, 2022

Für einen schnellen ersten Changelog, sofern das nicht eh der autoreport tut, kann git log genutzt werden:
https://www.freecodecamp.org/news/a-beginners-guide-to-git-what-is-a-changelog-and-how-to-generate-it/

Ich denke, wir sollten unsere erste version als v0.1.0-alpha oder sowas veröffentlichen und da braucht es noch keinen Changelog. Der wird spannend, so bald es Änderungen zu vorherigen Versionen gibt

@MarcoHuebner
Copy link
Collaborator Author

Danke für die Links, werde mich im Laufe der nächsten Woche dann wohl auch mal an die Changelog setzen, gut zu hören, dass die git Versionierung so einfach funktioniert wie erhofft.

@pmayd pmayd added the postponed Has to wait label Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
postponed Has to wait
Projects
None yet
Development

No branches or pull requests

2 participants