使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ExternalMirrors
/
users-formula
镜像自地址
https://github.com/saltstack-formulas/users-formula
关注
1
点赞
0
派生
1
代码
工单
0
版本发布
13
百科
动态
Saltstack Official Users Formula
403
提交
3
分支
目录树:
8e81785cf9
users-formula
/
commitlint.config.js
commitlint.config.js
72B
原始文件
普通视图
文件历史
feat(semantic-release): implement for this formula * Based on `ssf-formula` (v0.3.0) - https://github.com/myii/ssf-formula/pull/5 * Unable to use `pillar.example` directly for testing - Used it as a basis for `test/salt/pillar/default.sls` - Brought useful changes back to `pillar.example` * Fix: avoid `users/googleauth.sls` for `RedHat` & `Suse` * Close #203
5 年前
1
2
3
module
.exports = {
extends
: [
'@commitlint/config-conventional'
],
};