Skip to content

Commit

Permalink
chore(release): 0.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.6.0](saltstack-formulas/template-formula@v0.5.0...v0.6.0) (2019-02-23)

### Documentation

* **contributing:** add basic introductory text before the TOC ([45ccaf6](saltstack-formulas@45ccaf6))
* **contributing:** modify quoted heading to prevent TOC inclusion ([abcb6ef](saltstack-formulas@abcb6ef))
* **readme:** convert note into a heading ([5f2d789](saltstack-formulas@5f2d789))

### Features

* **toc:** use `markdown-toc` directly to update inline ([a5bae1e](saltstack-formulas@a5bae1e))
  • Loading branch information
semantic-release-bot committed Feb 23, 2019
1 parent 2c23866 commit 69bc840
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions TOFS_pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>


Expand Down

0 comments on commit 69bc840

Please sign in to comment.