Skip to content

Commit f8cc65a

Browse files
committed
(maint) update instructions for manual releases
1 parent 11a136b commit f8cc65a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -340,19 +340,16 @@ Future possibilities:
340340
* [Multiple Providers](https://tickets.puppetlabs.com/browse/PDK-530)
341341
* [Commands API](https://tickets.puppetlabs.com/browse/PDK-847)
342342

343-
## Development
344-
345-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
346-
347-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
348-
349343
## Contributing
350344

351345
Bug reports and pull requests are welcome on GitHub at https://github.com/puppetlabs/puppet-resource_api.
352346

353347
### Cutting a release
354348

355-
To cut a new release, from a current `master` checkout:
349+
In some cases we need to manually cut a release outside of the regular puppet
350+
agent process.
351+
352+
To do so, follow these instructions from a current `master` checkout:
356353

357354
* Start the release branch with `git checkout -b release-prep`
358355
* Update `lib/puppet/resource_api/version.rb` to the new version

0 commit comments

Comments
 (0)