Skip to content

Releases: skpm-dev/cli

v1.3.0

10 May 16:31

Choose a tag to compare

Changelog

  • 00c4a4e add skpm remove command for yanking and removing packages

v1.2.2

10 May 16:21

Choose a tag to compare

Changelog

  • ac08e35 save skpm.json only after successful publish

v1.2.1

10 May 16:09

Choose a tag to compare

Changelog

  • 569ef0b prompt for version bump when registry returns 409 conflict

v1.2.0

10 May 16:03

Choose a tag to compare

Changelog

  • 569ef0b prompt for version bump when registry returns 409 conflict

v1.1.1

10 May 15:54

Choose a tag to compare

Changelog

  • 2959253 add Makefile with patch/minor/major release targets
  • 6c7f322 reject placeholder values in manifest validation

v1.1.0

10 May 15:48

Choose a tag to compare

Changelog

  • eba2134 add init command
  • 8ad5327 feat: trigger e2e on push to main
  • 9505a9f test: add unit tests and CI workflow
  • 6b36294 docs: rewrite README
  • 719842b refactor: replace hand-rolled SemVer with Masterminds/semver
  • a82c594 fix: use cp instead of install, find binary after tar extraction
  • 54b209e fix: use sudo for install, fix version parsing on macos

v1.0.0

09 May 22:45

Choose a tag to compare

Changelog

  • 7cc19dd chore: add goreleaser, release workflow, and install script
  • 1e933d8 refactor: sequential validation, fix validate formatting, add readme
  • b11022b chore: point registry url to railway
  • 5caac0a feat: post files directly to registry api
  • 79039ba feat: switch publish to post directly to registry api
  • a208430 feat: add publish command with version bumping
  • 5e4fa82 feat: scaffold cli with validate command