Skip to content

Releases: CMarzin/cli-mr-creator

🚀 Release 3.0.0 : Typescript all the way

21 Jul 15:08

Choose a tag to compare

This update contains major change to the package, and 1 breaking change

Breaking changes

  • The env variable API_URL as changed and is now HOSTNAME

Before

Key Description Required Default value
TOKEN Gitlab access token yes none
DEV_GROUP Gitlab organisation yes none
API_URL Gitlab host name yes gitlab.com
TARGET_BRANCH name of the target branch no master
REMOVE_SOURCE_BRANCH boolean no false
SQUASH boolean no false

After

Key Description Required Default value
TOKEN Gitlab access token yes none
DEV_GROUP Gitlab organisation yes none
HOSTNAME Gitlab host name yes gitlab.com
TARGET_BRANCH name of the target branch no master
REMOVE_SOURCE_BRANCH boolean no false
SQUASH boolean no false

New Features / Additions

  • Update roadmap package
  • Add a MIT License
  • Better readme
  • Add Typescript instead of babel
  • Add test with vitest
  • Add CI
  • Add format with prettier
  • Add changeset for easier publishing of version

What's Changed

  • FEAT : add ts, prettier, vitest and CI by @CMarzin in #1

New Contributors

Full Changelog: 1.3.0...3.0.0

Update Chores

20 Jul 10:17

Choose a tag to compare

  • 🏡 Chores (updating dependencies) : update all minor packages versions
  • 🏡 Chores (updating dependencies) : update major dependency axios
  • 🆕 Upgrade to Node 18.17.0