@bigbinary/neeto-slack-frontend 4.0.15-beta1 → 4.0.15-beta3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -7
- package/dist/.ready +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,6 +20,7 @@ package and `neeto-slack-engine` Rails engine for development.
|
|
|
20
20
|
- [Hooks](#hooks)
|
|
21
21
|
- [useFetchSlackIntegrationsStatus](#1-usefetchslackintegrationsstatus)
|
|
22
22
|
2. [Instructions for Publishing](#instructions-for-publishing)
|
|
23
|
+
- [Release gate](#release-gate)
|
|
23
24
|
|
|
24
25
|
## Development with Host Application
|
|
25
26
|
|
|
@@ -602,13 +603,15 @@ guide for details on how to publish.
|
|
|
602
603
|
|
|
603
604
|
### Release gate
|
|
604
605
|
|
|
605
|
-
A pull request merges only through NeetoTower's release gate.
|
|
606
|
-
`minor` or `major`
|
|
607
|
-
then
|
|
608
|
-
package, tests the beta in the apps that use this
|
|
609
|
-
comment, and merges the pull request when every app
|
|
610
|
-
because of the change,
|
|
611
|
-
the
|
|
606
|
+
A pull request merges only through NeetoTower's release gate. Two labels are
|
|
607
|
+
needed: exactly one of `patch`, `minor` or `major` (or `skip-version-bump` when
|
|
608
|
+
nothing is published), and then `release`, added last. NeetoTower publishes a
|
|
609
|
+
beta of the engine and the package, tests the beta in the apps that use this
|
|
610
|
+
nano, posts the result as a comment, and merges the pull request when every app
|
|
611
|
+
is green. If an app fails because of the change, NeetoTower removes the
|
|
612
|
+
`release` label; fix the problem and add `release` again to start a new
|
|
613
|
+
attempt. `force-release` skips the gate and merges at once. It is for
|
|
614
|
+
maintainers in an emergency only, and the gate comment records who used it.
|
|
612
615
|
|
|
613
616
|
<br>
|
|
614
617
|
|
package/dist/.ready
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Built at 2026-09-
|
|
1
|
+
Built at 2026-09-11T10:24:14.709Z
|
package/package.json
CHANGED