From a9838596e5a759db3c0aa609fc3dd86d9e263928 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 28 Mar 2020 18:22:54 +0000 Subject: [PATCH] chore(release): 0.6.3 [skip ci] ## [0.6.3](https://github.com/saltstack-formulas/golang-formula/compare/v0.6.2...v0.6.3) (2020-03-28) ### Bug Fixes * **hardcoding:** configurable user/group ([1f03949](https://github.com/saltstack-formulas/golang-formula/commit/1f03949d8c66148ebba995f45f14a8837f454281)) --- AUTHORS.md | 2 +- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 2 +- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index dd7798a..06ac65f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -16,4 +16,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-03-19. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-03-28. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b48a6e..8b1c2e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.3](https://github.com/saltstack-formulas/golang-formula/compare/v0.6.2...v0.6.3) (2020-03-28) + + +### Bug Fixes + +* **hardcoding:** configurable user/group ([1f03949](https://github.com/saltstack-formulas/golang-formula/commit/1f03949d8c66148ebba995f45f14a8837f454281)) + ## [0.6.2](https://github.com/saltstack-formulas/golang-formula/compare/v0.6.1...v0.6.2) (2020-03-19) diff --git a/FORMULA b/FORMULA index 78067b8..0b8a434 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: golang 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.6.2 +version: 0.6.3 release: 1 minimum_version: 2016.11 summary: golang formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index fa79f2f..28b412a 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -44,4 +44,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-03-19. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-03-28. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 1ba9848..8fa5c49 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.6.3 `_ (2020-03-28) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **hardcoding:** configurable user/group (\ `1f03949 `_\ ) + `0.6.2 `_ (2020-03-19) --------------------------------------------------------------------------------------------------------