README.md in openstudio-ee-0.5.0 vs README.md in openstudio-ee-0.6.0
- old
+ new
@@ -21,10 +21,11 @@
# Compatibility Matrix
|OpenStudio EE Gem|OpenStudio|Ruby|
|:--------------:|:----------:|:--------:|
+| 0.6.0 | 3.4 | 2.7 |
| 0.5.0 | 3.3 | 2.7 |
| 0.4.0 | 3.2 | 2.7 |
| 0.3.0 - 0.3.2 | 3.1 | 2.5 |
| 0.2.0 - 0.2.1 | 3.0 | 2.5 |
| 0.1.0 | 2.9 | 2.2.4 |
@@ -35,11 +36,15 @@
# Releasing
* Update CHANGELOG.md
-* Run `rake rubocop:auto_correct`
-* Update version in `/lib/openstudio/ee_measures/version.rb`
+* 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-ee-measures.gemspec`
+* Update version in `/lib/openstudio/ee-measures/version.rb`
* 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.
+* 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.