twopluszero / next-images

Import images in Next.js (supports jpg, jpeg, svg, png and gif images)
MIT License
948 stars 67 forks source link

Could tags be pushed to GitHub? #66

Closed jorrit closed 3 years ago

jorrit commented 3 years ago

I would like to ask if version tags can be pushed for every release, as this project maintains no changelog file or GitHub releases. Having no git tags per version makes it hard to manually check the differences between releases.

If npm version is used to update the NPM version, a git tag should also be created. This tag can be pushed with git push --tags.

Thanks in advance!

arefaslani commented 3 years ago

@jorrit Good point. I pushed the tags and I think adding changelog would be fine. Thanks for the hint 👍

jorrit commented 3 years ago

Thanks!