Releases: CMarzin/cli-mr-creator
Releases · CMarzin/cli-mr-creator
🚀 Release 3.0.0 : Typescript all the way
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
New Contributors
Full Changelog: 1.3.0...3.0.0
Update Chores
- 🏡 Chores (updating dependencies) : update all minor packages versions
- 🏡 Chores (updating dependencies) : update major dependency axios
- 🆕 Upgrade to Node 18.17.0