Tag: release-it

  • Automate versioning and changelog with release-it on GitLab CI/CD

    Automate versioning and changelog with release-it on GitLab CI/CD

    It’s said that you should automate all the things and one of the things could be versioning your software. Incrementing the version number in your e.g. package.json is easy but it’s easier when you bundle it to your continuous integration and continuous deployment process. There are different tools you can use to achieve your needs…