Skip to content

v2.0.1

Latest

Choose a tag to compare

@Novout Novout released this 03 Nov 21:37
· 9 commits to main since this release

v2.0.1

v2 MAJOR CHANGE!: only generi.config.ts is supported. generi.json is ignored if exists.

New Version

export default {
    silent: false,
    commits: "none",
    tag: true,
    version: true,
    push: true,
    publish: false,
    release: false,
    exclude: [" typo"],
    prerelease: "beta",
    packagePath: "package.json",
    lernaPath: "lerna.json"
};
  • fix(log): correct warning in config file exists - [df72e80]
  • fix(git): release tag um bump for skip interface - [187b23f]
  • perf(glob): use fs-extra in load packages - [316575a]
  • chore: version - [4b73638]
  • chore: push on by default - [47fd8a1]

v2.0.0

  • fix(generi): load config with correct remote origin - [c08094f]
  • feat(monorepo): support pnpm-workspace deep upgrade version without lerna turbo and nx - [21df5d7]
  • chore: remove deprecated function - [7d054d0]
  • fix(log): remove deprecated load config - [97fb819]
  • chore: format - [a675a7e]
  • perf(version): not force the loading of lerna. - [3d91efe]
  • fix: repository load in sha256 line in correct url - [1d67963]
  • perf!: config and console in one flow to avoid unnecessary charges - [cff6fa6]
  • feat: support version upgrade in multiple packages workspaces without lerna - [03d64a8]