Dariasteam / Cows-Revenge

Casual platform game project for learning purposes
Other
37 stars 9 forks source link

Add tag descriptions #14

Open basxto opened 5 years ago

basxto commented 5 years ago

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:

Cons:

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 commented 5 years ago

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