mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
chore(release): 0.6.0 [skip ci]
# [0.6.0](https://github.com/saltstack-formulas/template-formula/compare/v0.5.0...v0.6.0) (2019-02-23) ### Documentation * **contributing:** add basic introductory text before the TOC ([45ccaf6
](https://github.com/saltstack-formulas/template-formula/commit/45ccaf6)) * **contributing:** modify quoted heading to prevent TOC inclusion ([abcb6ef
](https://github.com/saltstack-formulas/template-formula/commit/abcb6ef)) * **readme:** convert note into a heading ([5f2d789
](https://github.com/saltstack-formulas/template-formula/commit/5f2d789)) ### Features * **toc:** use `markdown-toc` directly to update inline ([a5bae1e
](https://github.com/saltstack-formulas/template-formula/commit/a5bae1e))
This commit is contained in:
parent
2c23866e1b
commit
69bc840e22
4 changed files with 32 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,5 +1,19 @@
|
|||
# Changelog
|
||||
|
||||
# [0.6.0](https://github.com/saltstack-formulas/template-formula/compare/v0.5.0...v0.6.0) (2019-02-23)
|
||||
|
||||
|
||||
### Documentation
|
||||
|
||||
* **contributing:** add basic introductory text before the TOC ([45ccaf6](https://github.com/saltstack-formulas/template-formula/commit/45ccaf6))
|
||||
* **contributing:** modify quoted heading to prevent TOC inclusion ([abcb6ef](https://github.com/saltstack-formulas/template-formula/commit/abcb6ef))
|
||||
* **readme:** convert note into a heading ([5f2d789](https://github.com/saltstack-formulas/template-formula/commit/5f2d789))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **toc:** use `markdown-toc` directly to update inline ([a5bae1e](https://github.com/saltstack-formulas/template-formula/commit/a5bae1e))
|
||||
|
||||
# [0.5.0](https://github.com/saltstack-formulas/template-formula/compare/v0.4.0...v0.5.0) (2019-02-23)
|
||||
|
||||
|
||||
|
|
|
@ -4,8 +4,16 @@ This document will eventually outline all aspects of guidance to make your contr
|
|||
What it already contains is information about _commit message formatting_ and how that directly affects the numerous automated processes that are used for this repo.
|
||||
|
||||
<table><tr><th>Table of Contents</th></tr><tr><td>
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
- [Commit message formatting](#commit-message-formatting)
|
||||
* [Automation of multiple processes](#automation-of-multiple-processes)
|
||||
* [Linting commit messages in Travis CI](#linting-commit-messages-in-travis-ci)
|
||||
* [Relationship between commit type and version bump](#relationship-between-commit-type-and-version-bump)
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
</td></tr></table>
|
||||
|
||||
## Commit message formatting
|
||||
|
|
2
FORMULA
2
FORMULA
|
@ -1,7 +1,7 @@
|
|||
name: template
|
||||
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
|
||||
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
|
||||
version: 0.5.0
|
||||
version: 0.6.0
|
||||
release: 1
|
||||
minimum_version: 2016.11
|
||||
summary: Template formula
|
||||
|
|
|
@ -8,8 +8,17 @@ Modified by Daniel Dehennin <daniel.dehennin@baby-gnu.org>
|
|||
All that follows is a proposal based on my experience with [Saltstack](http://www.saltstack.com/). The good thing of a piece of software like this is that you can "bend it" to suit your needs in many possible ways, and this is one of them. All the recommendations and thoughts are given "as it is" with no warranty of any type.
|
||||
|
||||
<table><tr><th>Table of Contents</th></tr><tr><td>
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
- [Usage of values in pillar vs templates in file_roots](#usage-of-values-in-pillar-vs-templates-in-file_roots)
|
||||
- [On reusability of Saltstack state files](#on-reusability-of-saltstack-state-files)
|
||||
- [The Template Override and Files Switch (TOFS) pattern](#the-template-override-and-files-switch-tofs-pattern)
|
||||
* [Template Override](#template-override)
|
||||
* [Files Switch](#files-switch)
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
</td></tr></table>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue