You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
gitk
git show v1.0.1
Cons:
It would look like:
You can open your default editor for the message with:
Changing old tags is possible but not worth it, since it would need faking the dates.
The text was updated successfully, but these errors were encountered: