README.md in puppet-resource_api-1.0.0 vs README.md in puppet-resource_api-1.0.1

- old
+ new

@@ -186,11 +186,11 @@ This gem is still under heavy development. This section is a living document of what is already done, and what items are still outstanding. Currently working: * Basic type and provider definition, using `name`, `desc`, and `attributes`. -* The `canonicalize` and `remote_resource` features. +* The `canonicalize`, `simple_get_filter`, and `remote_resource` features. * All the logging facilities. * Executing the new provider under the following commands: * `puppet apply` * `puppet resource` * `puppet agent` @@ -220,10 +220,10 @@ * Update the CHANGELOG * Have a [CHANGELOG_GITHUB_TOKEN](https://github.com/skywinder/github-changelog-generator#github-token) set in your environment * run `rake changelog` * double check the PRs to make sure they're all tagged correctly * Check README and other materials for up-to-date-ness -* Commit changes +* Commit changes with title "Release prep for v<VERSION>" * Upload and PR the release prep to github as normal * Check that CI is green and merge the PR * Run `rake release[upstream]` to release what just passed CI * make sure to use the name of the git remote to main repo instead of "upstream"