create-urateam 0.1.69 → 0.1.70

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-urateam",
3
- "version": "0.1.69",
3
+ "version": "0.1.70",
4
4
  "license": "BUSL-1.1",
5
5
  "type": "module",
6
6
  "bin": {
@@ -135,6 +135,15 @@ DASHBOARD_PASSWORD=
135
135
  # triggers pass. Your CI (GitHub Actions / IaC) handles the deploy.
136
136
  #
137
137
  # Slack control: /release approve | skip <reason> | status (uses pmSlack channel).
138
+ #
139
+ # Interactive buttons (BEC-142): when requireSlackApproval=true, the awaiting-
140
+ # approval Slack message includes ✅ Approve and ⏭ Skip buttons in addition to
141
+ # the slash commands. To enable button clicks you must configure your Slack app:
142
+ # 1. Go to api.slack.com/apps → select your app → "Interactivity & Shortcuts"
143
+ # 2. Toggle "Interactivity" ON
144
+ # 3. Set Request URL to: https://<your-domain>/slack/interactivity
145
+ # 4. Save Changes
146
+ # The same SLACK_SIGNING_SECRET used for slash commands verifies button callbacks.
138
147
  # ----------------------------------------------------------------------------
139
148
  # RELEASE_MANAGER_ENABLED=true
140
149
  # RELEASE_MANAGER_SCHEDULE="*/30 * * * *"