Skip to content

Commit 46d271d

Browse files
committed
added RELEASE-PROCESS.md and draft of next release note
1 parent 0e6320f commit 46d271d

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

RELEASE-PROCESS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

release-notes/1.0.alpha1.7.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

0 commit comments

Comments
 (0)