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

Add tag descriptions #14

Open
basxto opened this issue Sep 9, 2018 · 1 comment
Open

Add tag descriptions #14

basxto opened this issue Sep 9, 2018 · 1 comment

Comments

@basxto
Copy link
Contributor

basxto commented Sep 9, 2018

You could add descriptions to future tags.
This is more of a gimmick and playing around with git.
Descriptions are plain text and this is how it looks like if you create them completly without github: https://github.com/basxto/gamesPy/releases

Pros:

  • Works with local guis for git like gitk
  • Works in terminal like git show v1.0.1
  • Shows more on repository mirrors (but gitlab is dead, I guess?)

Cons:

  • It’s obviously not suitable for distributing builds

It would look like:

git tag v1.0.1 -m "New icon

* New icon
* New level
* CRT screen retro shader
* Minor bufixes solved"

You can open your default editor for the message with:

 -m '' -e

Changing old tags is possible but not worth it, since it would need faking the dates.

@Dariasteam
Copy link
Owner

Didn't know that feature, sounds good, I'll use it.

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

2 participants