Skip to content

Commit 7aab674

Browse files
committed
feat(php): implement TOFS
* saltstack-formulas/php-formula#178
1 parent 32bb7cd commit 7aab674

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ssf/defaults.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ ssf_node_anchors:
1414
# release phase via. `pre-commit_semantic-release.sh`
1515
# An alternative method could be to use:
1616
# `git describe --abbrev=0 --tags`
17-
# yamllint disable-line rule:line-length
18-
title: 'feat(semantic-release): implement for this formula'
19-
body: '* Automated using https://github.com/myii/ssf-formula/pull/30'
17+
title: 'feat(tofs): implementation for all file.managed'
18+
body: '* Checked using https://github.com/myii/ssf-formula/pull/19'
2019
github:
2120
owner: saltstack-formulas
2221
repo: ''

ssf/formulas.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@ ssf:
823823
- [fedora , 29 , 2018.3, 2, redhat]
824824
- [opensuse/leap, 15 , 2018.3, 2, suse]
825825
- [centos , 6 , 2017.7, 2, redhat]
826+
use_tofs: true
826827
semrel_files: *semrel_files_default
827828
postfix:
828829
context:

0 commit comments

Comments
 (0)