0.5.2 • Published 4 months ago

@akryum/sheep v0.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

🐑️ sheep

Opinionated CLI command to update CHANGELOG.md and release packages.

pnpm add -WD @akryum/sheep

Assumed:

  • Git repository
  • Monorepo
  • Uses pnpm
  • Tags with vX.Y.Z format
  • All tags are fetched locally
  • CHANGELOG.md exists (init it with pnpm exec conventional-changelog -p angular -o CHANGELOG.md -r 0)

What it does:

  • Select new version
  • Update nested packages versions and workspace dependencies
  • Update the root package.json version
  • Update the CHANGELOG.md file with the latest changes
  • Publish the packages to npm
  • Push the changes with vX.Y.Z commit message
  • Create and push a vX.Y.Z git tag

Usage:

{
  "scripts": {
    "release": "pnpm run link && pnpm run build && pnpm run test && sheep release -b main"
  }
}

Recommended compagnon GitHub Action: Akryum/release-tag :ok_hand:

0.5.2

4 months ago

0.5.1

4 months ago

0.5.0

1 year ago

0.4.1

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.0

2 years ago

0.3.3

2 years ago

0.3.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago