README.md in openstudio-calibration-0.7.0 vs README.md in openstudio-calibration-0.8.0

- old
+ new

@@ -1,6 +1,6 @@ -# OpenStudio Calibration Measures +# OpenStudio(R) Calibration Measures Calibration measures used by OpenStudio. This contains general use calibration measures. Some measures here may also be suitable for energy efficiency or model articulation. Similarly, some measures in other measure gem repos may also be suitable for calibration usage. ## Installation @@ -22,10 +22,11 @@ # Compatibility Matrix |OpenStudio Calibration Gem|OpenStudio|Ruby| |:--------------:|:----------:|:--------:| +| 0.8.0 | 3.6 | 2.7 | | 0.7.0 | 3.5 | 2.7 | | 0.6.0 | 3.4 | 2.7 | | 0.5.0 | 3.3 | 2.7 | | 0.4.0 - 0.4.2 | 3.2 | 2.7 | | 0.3.0 - 0.3.1 | 3.1 | 2.5 | @@ -42,11 +43,11 @@ * Update CHANGELOG.md * Run `rake openstudio:rubocop:auto_correct` * Run `rake openstudio:update_copyright` * Run `rake openstudio:update_measures` (this has to be done last since prior tasks alter measure files) * Update version in `readme.md` -* Update version in `openstudio-calibration-measures.gemspec` -* Update version in `/lib/openstudio/calibration_measures/version.rb` +* Review dependency versions in `openstudio-calibration-measures.gemspec` (especially openstudio-standards and openstudio-extension) +* Update version in `/lib/openstudio/calibration_measures/version.rb`. Do not create a patch release if there are breaking changes or if this new version will support a biannual OpenStudio release; make a "minor" release instead. (ex: going from 0.7.0 to 0.8.0) * Create PR to master, after tests and reviews complete, then merge * Locally - from the master branch, run `rake release` * On GitHub, go to the releases page and update the latest release tag. Name it “Version x.y.z” and copy the CHANGELOG entry into the description box.