From b6ed9cfc7f68b0087eff4d679c37b2344fb22bf3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 31 Oct 2019 13:13:52 +0000 Subject: [PATCH] chore(release): 1.44.0 [skip ci] # [1.44.0](https://github.com/myii/ssf-formula/compare/v1.43.0...v1.44.0) (2019-10-31) ### Features * **release.config.js:** use full commit hash in commit link ([](https://github.com/myii/ssf-formula/commit/478ff37)) * **ssf:** remove TOFS overrides for updating `ssf/defaults.yaml` ([](https://github.com/myii/ssf-formula/commit/a1a02f4)) * **travis:** merge `npm install` commands and use shortened form ([](https://github.com/myii/ssf-formula/commit/56c4b84)) --- CHANGELOG.md | 9 +++++++++ FORMULA | 2 +- docs/CHANGELOG.rst | 11 +++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c71e0593..c1529859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +# [1.44.0](https://github.com/myii/ssf-formula/compare/v1.43.0...v1.44.0) (2019-10-31) + + +### Features + +* **release.config.js:** use full commit hash in commit link ([](https://github.com/myii/ssf-formula/commit/478ff37)) +* **ssf:** remove TOFS overrides for updating `ssf/defaults.yaml` ([](https://github.com/myii/ssf-formula/commit/a1a02f4)) +* **travis:** merge `npm install` commands and use shortened form ([](https://github.com/myii/ssf-formula/commit/56c4b84)) + # [1.43.0](https://github.com/myii/ssf-formula/compare/v1.42.0...v1.43.0) (2019-10-31) diff --git a/FORMULA b/FORMULA index 8a52f155..d7ca9d89 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: ssf 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: 1.43.0 +version: 1.44.0 release: 1 minimum_version: 2017.7 summary: ssf formula diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index e3eaa9a0..630a41c2 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,17 @@ Changelog ========= +`1.44.0 `_ (2019-10-31) +------------------------------------------------------------------------------------------ + +Features +^^^^^^^^ + + +* **release.config.js:** use full commit hash in commit link (\ ` `_\ ) +* **ssf:** remove TOFS overrides for updating ``ssf/defaults.yaml`` (\ ` `_\ ) +* **travis:** merge ``npm install`` commands and use shortened form (\ ` `_\ ) + `1.43.0 `_ (2019-10-31) ------------------------------------------------------------------------------------------