https://github.com/0xleif/gittagtest
Messing around with git tags
https://github.com/0xleif/gittagtest
git tagging
Last synced: 12 months ago
JSON representation
Messing around with git tags
- Host: GitHub
- URL: https://github.com/0xleif/gittagtest
- Owner: 0xLeif
- Created: 2021-03-03T01:47:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-03T02:15:34.000Z (over 5 years ago)
- Last Synced: 2025-02-10T23:41:52.235Z (over 1 year ago)
- Topics: git, tagging
- Homepage: https://git-scm.com/book/en/v2/Git-Basics-Tagging
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitTagTest
Repo for messing around with git tags. [🏷](https://git-scm.com/book/en/v2/Git-Basics-Tagging)
## GitHub Issues
### Release page Next button doesn't work
The next button takes you to tags/ releases after the last tag on the page.
#### Steps to reproduce
- Go to the Releases page [🔗](https://github.com/0xLeif/GitTagTest/releases)
- Go to the bottom
- Click the next button [🔗](https://github.com/0xLeif/GitTagTest/releases?after=😎)
- Notice you will still be on the same page
**How to get to the next page**
Edit the URL to a valid tag. i.e. [0.0.0](https://github.com/0xLeif/GitTagTest/releases?after=0.0.0)