Releases: RimacTechnology/semantic-release-monorepo
Releases · RimacTechnology/semantic-release-monorepo
v1.1.1
1.1.1 (2023-12-11)
Bug Fixes
- inject correct workspace version on publish step (fd6a1f2)
- pass full
monoContext
so that the getSemanticConfig
doesnt error our (f382929)
- remove all flags to prevent setting default like `dry-run to true/false (bfa2a85)
v1.1.0
1.1.0 (2023-12-11)
⚠ BREAKING CHANGES
Features
- implementation of cli wrapper around semantic release (09fccda)
Bug Fixes
- require
signale
package as its not ESM compatible library (81400b3)
Other
- release: 1.1.0-alpha.1 [skip ci] (4f2cb27)
- release: 1.1.0-alpha.2 [skip ci] (2908ea1)
v1.1.0-alpha.2
Bug Fixes
- require
signale
package as its not ESM compatible library (81400b3)
v1.1.0-alpha.1
⚠ BREAKING CHANGES
Features
- implementation of cli wrapper around semantic release (09fccda)
v1.0.2
1.0.2 (2023-12-10)
Bug Fixes
- set correct argument order when checking path relations (ff9b007)
v1.0.1
1.0.1 (2023-12-10)
Code Refactoring
- cache output of git cmds and checks for file relations (5dd030c)
v1.0.0
1.0.0 (2023-12-09)
Features
- initial re-implementation of monorepo release (c9572e6)
Bug Fixes
- set correct package path and update git file cmd (2dac7cb)
Other
- add missing yarn files (e901e98)
- re-generate yarn lock file (60e1894)
- release: 1.0.0-alpha.1 [skip ci] (5a44a33)
- release: 1.0.0-alpha.2 [skip ci] (b6c4e1c)
- release: 1.0.0-alpha.3 [skip ci] (b784926)
- remove unnecessary logs (a4f09e1)
v1.0.0-alpha.2
Bug Fixes
- set correct package path and update git file cmd (2dac7cb)
v1.0.0-alpha.1
1.0.0-alpha.1 (2023-12-08)
Features
- initial re-implementation of monorepo release (c9572e6)
Other