Project-Books / books-api

GraphQL Books API
https://project-books.github.io/#books-api
MIT License
36 stars 59 forks source link

Bump snapshot version when merged into main #152

Open knjk04 opened 2 years ago

knjk04 commented 2 years ago

When we merge into main, we would like the snapshot version in our pom.xml to be incremented. This will allow us to keep better track of which version we are running in our dev server.

YanCanCode commented 1 year ago

This could be achieved with the maven release plugin. Want me to look into it for this project? First time contributor but work with Maven every day.