Skip to content

Releases: azedo/relper-cli

v0.2.1

26 Apr 10:00

Choose a tag to compare

Added

  • Sonar cloud integration to the project
  • Add pkg-dir library to better handle the finding of the user's main folder (the one that contains the package.json file)
  • Add "npm": ">=7.0.0" to the package.json file to explicit define the npm engine used to develop this library
  • Add my email for contact

Changed

Fixed

  • Update create:changelog and get-app-current-date.ts to use the pkg-dir library

v0.2.0

20 Apr 20:08

Choose a tag to compare

Added

  • Add create:changelog command
  • Add create:config command
  • Add an initial unreleased link with the repository's name in CHANGELOG.md file

Changed

  • Refactor a couple of files
  • Add a check for changelog not updated (no changes/additions/etc were added)
  • Update check-changelog to throw the correct errors when no changes were found and refactor it to use the runShellCommand async helper

Fixed

  • Fix the update-changelog function to not add version blocks when there are none

v0.1.0

19 Apr 15:56

Choose a tag to compare

Added

  • Create helper functions for running shell commands and logging
  • Add a CHANGELOG.md file

Changed

  • Update README, TODO and other configs
  • Update the version:get command
  • Update get-next-version and get-app-current-data helpers

v0.0.1

16 Apr 12:08
93446e4

Choose a tag to compare

Added

  • Very basic starter code for the CLI. (Not functional yet!)