Skip to content

Commit a840ce3

Browse files
authored
Link to changelog from runtime.txt deprecation message (#1747)
Now that the changelog post exists: https://devcenter.heroku.com/changelog-items/3141
1 parent 20a7829 commit a840ce3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

bin/compile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ if [[ "${python_version_origin}" == "runtime.txt" ]]; then
149149
Warning: The runtime.txt file is deprecated.
150150
151151
The runtime.txt file is deprecated since it has been replaced
152-
by the more widely supported .python-version file.
152+
by the more widely supported .python-version file:
153+
https://devcenter.heroku.com/changelog-items/3141
153154
154155
Please delete your runtime.txt file and create a new file named:
155156
.python-version

spec/hatchet/python_update_warning_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
remote: ! Warning: The runtime.txt file is deprecated.
1919
remote: !
2020
remote: ! The runtime.txt file is deprecated since it has been replaced
21-
remote: ! by the more widely supported .python-version file.
21+
remote: ! by the more widely supported .python-version file:
22+
remote: ! https://devcenter.heroku.com/changelog-items/3141
2223
remote: !
2324
remote: ! Please delete your runtime.txt file and create a new file named:
2425
remote: ! .python-version

spec/hatchet/python_version_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,8 @@
389389
remote: ! Warning: The runtime.txt file is deprecated.
390390
remote: !
391391
remote: ! The runtime.txt file is deprecated since it has been replaced
392-
remote: ! by the more widely supported .python-version file.
392+
remote: ! by the more widely supported .python-version file:
393+
remote: ! https://devcenter.heroku.com/changelog-items/3141
393394
remote: !
394395
remote: ! Please delete your runtime.txt file and create a new file named:
395396
remote: ! .python-version

0 commit comments

Comments
 (0)