@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.
Files changed (3) hide show
  1. package/README.md +10 -7
  2. package/dist/.ready +1 -1
  3. 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. Add the `patch`,
606
- `minor` or `major` label (or `skip-version-bump` when nothing is published) and
607
- then the `release` label. NeetoTower publishes a beta of the engine and the
608
- package, tests the beta in the apps that use this nano, posts the result as a
609
- comment, and merges the pull request when every app is green. If an app fails
610
- because of the change, fix it and add `release` again. `force-release` skips
611
- the gate in an emergency.
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-11T08:24:39.549Z
1
+ Built at 2026-09-11T10:24:14.709Z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-slack-frontend",
3
- "version": "4.0.15-beta1",
3
+ "version": "4.0.15-beta3",
4
4
  "description": "Slack integration step UI",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-slack-nano",