Skip to content

Commit 57b37dd

Browse files
committed
feat(ng): promote NG formula
* Trigger `v1.0.0` to complete #183 BREAKING CHANGE: all previous `php` based configurations must be reviewed; `php.ng` usage must be promoted to `php` and any uses of the original `php` will have to be converted.
1 parent 4048737 commit 57b37dd

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

docs/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ Formula to set up and configure php
3333
release tag before
3434
`v1.0.0 <https://github.com/saltstack-formulas/php-formula/releases/tag/v1.0.0>`_,
3535
i.e.
36-
`v0.41.1 <https://github.com/saltstack-formulas/php-formula/releases/tag/v0.41.1>`_.
36+
`v0.40.1 <https://github.com/saltstack-formulas/php-formula/releases/tag/v0.40.1>`_.
3737

3838
To migrate from ``php.ng``, simply modify your pillar to promote the
3939
entire section under ``php:ng`` so that it is under ``php`` instead.
4040
So with the editor of your choice, highlight the entire section and then
4141
unindent one level. Finish by removing the ``ng:`` line.
4242

4343
To migrate from the old ``php``, first convert to ``php.ng`` under
44-
`v0.41.1 <https://github.com/saltstack-formulas/php-formula/releases/tag/v0.41.1>`_.
44+
`v0.40.1 <https://github.com/saltstack-formulas/php-formula/releases/tag/v0.40.1>`_.
4545
and then follow the steps laid out in the paragraph directly above.
4646

4747
.. contents:: **Table of Contents**

pre-commit_semantic-release.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,3 @@ sed -i -e '1,4s/-/=/g' CHANGELOG.rst
2828

2929
# Return back to the main directory
3030
cd ..
31-
32-
33-
###############################################################################
34-
# (C) Update last version before `v1.0.0` with `${nextRelease.version}`
35-
###############################################################################
36-
# Only apply this while the version number is below `v1.0.0`!
37-
V_REPR=v${1}
38-
MAJOR=$(echo ${V_REPR} | cut -c-2)
39-
if [ ${MAJOR} = "v0" ]; then
40-
sed -i -e "s@^\(\s\+\`\).*\(\s<https://github.com/saltstack-formulas/php-formula/releases/tag/\).*\(>\`_\.\)@\1${V_REPR}\2${V_REPR}\3@" docs/README.rst
41-
fi

0 commit comments

Comments
 (0)