MilesCranmer / rip2

A safe and ergonomic alternative to rm
GNU General Public License v3.0
27 stars 1 forks source link

chore: bootstrap releases for path: . #44

Closed MilesCranmer closed 2 days ago

MilesCranmer commented 2 days ago

release-please v4 changed their API so this PR adds the config and manifest files (automatically generated by the release-please CLI)

Command used to generate this:

    npx release-please bootstrap \
      --token=$GITHUB_TOKEN \
      --repo-url=MilesCranmer/rip2 \
      --release-type=rust \
      --path=. \
      --package-name=rip2 \
      --initial-version=0.8.0 \
      --bump-minor-pre-major \
      --bump-patch-for-minor-pre-major