You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/release_collection.md
+44-5Lines changed: 44 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,41 +22,60 @@ When opening PRs, add a link back to this issue for easier tracking.
22
22
23
23
-[ ] Choose name for next release.
24
24
-[ ] Merge each library forward from previous versions
25
+
*<!-- LINK PRS HERE -->
25
26
-[ ] Label pull requests being considered to enter release with [beta](https://github.com/search?q=org%3Aignitionrobotics+label%3Abeta&state=open)
26
27
Pull requests opened against the new collection after then:
27
28
- Bug fixes: will be considered for the initial release and labeled `beta`
28
29
- New features: will not be considered for the initial release.
29
30
-[ ] Pre-release libraries as all `beta` labels are merged.
31
+
*<!-- LINK PRS HERE -->
30
32
-[ ] Make collection pre-release after all libraries are pre-released.
31
-
-[ ] Update public documentation to install from pre-releases instead of nightlies.
33
+
*<!-- LINK PR HERE -->
34
+
-[ ] Update public documentation to install from pre-releases instead of nightlies ([example](https://github.com/ignitionrobotics/docs/pull/196/files#diff-ebeee4adce7cb444f663b59020fb9f43f6f9adf36f63657b8afdeeea7a8530d1)).
35
+
*<!-- LINK PR HERE -->
36
+
-[ ] Change nightlies to pre-release for release branches on `gzdev` ([example](https://github.com/ignition-tooling/gzdev/pull/35))
37
+
*<!-- LINK PR HERE -->
32
38
33
39
## Code freeze
34
40
35
41
-[ ] Start T-Shirt campaign
42
+
*<!-- LINK POST HERE -->
36
43
-[ ] Hold tutorial party ([example](https://community.gazebosim.org/t/ignition-edifice-tutorial-party-support-open-source-and-get-t-shirts/866))
44
+
*<!-- LINK POST HERE -->
37
45
-[ ] PRs fixing documentation and critical bugs can be merged and pre-released
38
46
- As libraries have all their documentation reviewed:
39
47
-[ ] Create stable branches off of main
40
48
-[ ] Make stable releases
49
+
*<!-- LINK PRs HERE -->
41
50
42
51
## Release day
43
52
44
53
-[ ] Make collection stable release after all libraries are released.
-[ ] Make GitHub releases for all the X.0.0 versions ([example](https://github.com/ignitionrobotics/ign-transport/releases/tag/ignition-transport9_9.0.0))
47
58
-[ ] Update docs to say release is stable ([example](https://github.com/ignitionrobotics/docs/pull/171))
59
+
*<!-- LINK PR HERE -->
48
60
-[ ] Make announcement
61
+
*<!-- LINK POST HERE -->
49
62
50
63
## Post-release
51
64
52
65
-[ ] Enable Jenkins CI for new stable branches ([example](https://github.com/ignition-tooling/release-tools/pull/299))
53
-
-[ ] Remove nightlies for release branches on `gzdev` ([example](https://github.com/ignition-tooling/gzdev/pull/19))
66
+
*<!-- LINK PR HERE -->
67
+
-[ ] Remove pre-release for release branches on `gzdev` ([example](https://github.com/ignition-tooling/gzdev/pull/36))
68
+
*<!-- LINK PR HERE -->
54
69
-[ ] Bump all `main` branches to the next major versioni (`X.0.0~pre1`)
0 commit comments