Commit c6d508a
fix: Use HEROKU_BUILD_COMMIT with HEROKU_SLUG_COMMIT as fallback
Heroku deprecated HEROKU_SLUG_COMMIT in favor of HEROKU_BUILD_COMMIT.
Update the default release detection to check HEROKU_BUILD_COMMIT first,
keeping HEROKU_SLUG_COMMIT as a fallback for backwards compatibility with
older Heroku stacks.
Fixes GH-1218
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 4229558 commit c6d508a
2 files changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
39 | 53 | | |
40 | 54 | | |
41 | 55 | | |
| |||
0 commit comments