File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed
Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ To release a new gem set:
2+
3+ 1 . Make sure CI is passing
4+ 2 . Do a global search for ` VERSION = '1.0.alpha1.<current point release>' ` and replace with the next point release.
5+ 3 . Add a new row to ` /current-status.md ` with the current data
6+ 4 . Add a new file in ` /release-notes ` (see existing files for format)
7+ 5 . Update ` README.md ` with last entry from ` current-status.md `
8+ 6 . Commit all the above. <- VERY IMPORTANT TO DO THIS BEFORE ADDING THE TAG
9+ 7 . ` git tag 1.0.alpha1.<new point release> `
10+ 8 . ` git push origin edge ` <- once build passes gems will be released!!!
11+ 9 . Add a new release note (add release in git hub): Copy contents of the release note you created
Original file line number Diff line number Diff line change 1+ ## 1.0alpha1.7 - 2021-03-29
2+
3+ | Release<br />Date | Version | Open<br />Issues | Documentation<br />Sections<br />Draft Ready | Documentation<br />Sections<br />WIP |
4+ | --------------| ---------| -------------| -------| ------|
5+ | April 5, 2021 | 1.0.alpha1.6 | 167 | 35 | 10 |
6+
7+ > Open issues includes enhancements, documentation, and discussion issues as well as few bugs.
8+ >
9+ > The documentation WIP (work in progress) numbers are approx, as more sections may be added.
10+
11+ ### New Major Features
12+ +
13+
14+
15+ ### Breaking Changes
16+ + [ #396 ] ( https://github.com/hyperstack-org/hyperstack/issues/396 ) Fixed: Rejected promises do not move operations to the failure track
17+
18+ ### Security
19+
20+ ### Added
21+
22+ ### Fixed
23+
24+ ### Deprecated
You can’t perform that action at this time.
0 commit comments