Skip to content

Commit e97eeae

Browse files
committed
fix: change message to warn about upcoming deprecation
1 parent d033381 commit e97eeae

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

php/deprecated.sls

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
11
# -*- coding: utf-8 -*-
22
# vim: ft=sls
33

4-
php-deprecated-in-v1.0.0-test-fail:
4+
php-deprecated-in-v1.0.0-test-succeed:
55
test.succeed_without_changes:
66
- name: |
7+
8+
79
################################################################################
810
# #
9-
# WARNING: BREAKING CHANGES SINCE `v1.0.0` #
11+
# WARNING: BREAKING CHANGES IN UPCOMING VERSION `v1.0.0` #
1012
# #
1113
################################################################################
1214
# #
13-
# Prior to `v1.0.0`, this formula provided two methods for managing php; the #
14-
# old method under `php` and the new method under `php.ng`. The old method #
15-
# has now been removed and `php.ng` has been promoted to be `PHP` in its #
16-
# place. #
15+
# This formula currently provides two methods for managing PHP; the old method #
16+
# under `php` and the new method under `php.ng`. In upcoming `v1.0.0`, the old #
17+
# method will be removed and `php.ng` will be promoted to `php` in its place. #
1718
# #
18-
# If you are not in a position to migrate, please pin your repo to the final #
19-
# release tag before `v1.0.0`, i.e. `v0.37.1`. #
19+
# If you are not in a position to migrate, you will need to pin your repo to #
20+
# the final release tag before `v1.0.0`, which is expected to be `v0.37.1`. #
2021
# #
21-
# To migrate from `php.ng`, simply modify your pillar to promote the entire #
22-
# section under `php:ng` so that it is under `php` instead. So with the #
23-
# editor of your choice, highlight the entire section and then unindent one #
24-
# level. Finish by removing the `ng:` line. #
22+
# If you are currently using `php.ng`, there is nothing to do until `v1.0.0` #
23+
# is released. #
2524
# #
26-
# To migrate from the old `php`, first convert to `php.ng` under `v0.37.0` #
27-
# and then follow the steps laid out in the paragraph directly above. #
25+
# To migrate from the old `php`, the first step is to convert to `php.ng`, #
26+
# before `v1.0.0` is released. #
2827
# #
2928
################################################################################
3029
# - failhard: True

0 commit comments

Comments
 (0)