From e71586641740acecec3d0e6a550ffe909f599b6a Mon Sep 17 00:00:00 2001 From: Jagandeep Brar Date: Mon, 24 Jan 2022 21:02:09 -0500 Subject: [PATCH] chore(release): 6.0.1 [skip ci] --- .versionrc | 5 +---- CHANGELOG.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 58 insertions(+), 5 deletions(-) diff --git a/.versionrc b/.versionrc index 35fa2364..496f4cfa 100644 --- a/.versionrc +++ b/.versionrc @@ -1,9 +1,6 @@ { "skip": { - "bump": true, - "commit": true, - "tag": true, - "changelog": false + "bump": true }, "types": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a4e205d..765da39e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,59 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### [6.0.1](https://github.com/CometTools/LunaSea/compare/v6.0.0...v6.0.1) (2022-01-25) + + +### Features + +* **dev:** adopt standard-version for changelog generation ([#602](https://github.com/CometTools/LunaSea/issues/602)) ([c189fb3](https://github.com/CometTools/LunaSea/commit/c189fb3632aaa84ce51b3f86cd3308e9b67fce74)) +* **development:** integrate Husky, Commitizen, and Conventional Changelog ([fd8e061](https://github.com/CometTools/LunaSea/commit/fd8e061a81ee93a2bb3476a293f116dd69e472be)) +* **env:** Load environment at build-time ([#578](https://github.com/CometTools/LunaSea/issues/578)) ([1d0f2ab](https://github.com/CometTools/LunaSea/commit/1d0f2ab3873380d178b17fce8c1854d88d179384)) + + +### Bug Fixes + +* **cache:** support stash_memory 4.0.0 typings ([63572f1](https://github.com/CometTools/LunaSea/commit/63572f18b052a30487fea697f3283d3ffbdc73ce)) +* **changelog:** Do not show the changelog unless it is a production release ([5f9d590](https://github.com/CometTools/LunaSea/commit/5f9d59087ea2ed120afc4a398ba9a4754d5d8f2b)) +* **ci:** [Android] Do not send metadata on alpha build, new lane for metadata ([#562](https://github.com/CometTools/LunaSea/issues/562)) ([5093b10](https://github.com/CometTools/LunaSea/commit/5093b10d0cd3bffc1cdbed2481b1791dd1088d65)) +* **ci:** [Android] Set version name to build number ([836a5a5](https://github.com/CometTools/LunaSea/commit/836a5a5b32842bd1510f85f339d15fc79942ba42)) +* **ci:** [Android] Use commit hash for version naming ([8ada02b](https://github.com/CometTools/LunaSea/commit/8ada02bf83f2e15207c35100dd93b5eff47d7a9d)) +* **ci:** [macOS] Remove app.lunasea.lunasea.ImageNotification identifier ([95695b5](https://github.com/CometTools/LunaSea/commit/95695b53d1dd91e7be5d06c84e05fd15e7053141)) +* **ci:** [macOS] Set additional signing certificates ([3f1f727](https://github.com/CometTools/LunaSea/commit/3f1f727c8cb2865f929ad9b4557f66f1ee9a6357)) +* **ci:** [macOS] Set FLAVOR and VERSION as inputs to workflow call ([3717ba0](https://github.com/CometTools/LunaSea/commit/3717ba097490fa588cb2ced3644433647bd8a44c)) +* **ci:** Correctly cache iOS pods ([03c9a32](https://github.com/CometTools/LunaSea/commit/03c9a3254a378bfc8ac9d34c7eaafca4266bdd6c)) +* **ci:** Correctly pass secrets to worker workflows ([9fd52b2](https://github.com/CometTools/LunaSea/commit/9fd52b236f5e86061e0d1506356463561e864002)) +* **ci:** Correctly pull and set Git commit hash ([ad190b1](https://github.com/CometTools/LunaSea/commit/ad190b153ed86a2da06f8f39353d74dda06517f4)) +* **ci:** Do not pass values via environment to prevent leakage ([388cefa](https://github.com/CometTools/LunaSea/commit/388cefab0420f87dcc097db970d6b7cd76ef16f8)) +* **ci:** Fix CI instabilities ([#561](https://github.com/CometTools/LunaSea/issues/561)) ([7969f56](https://github.com/CometTools/LunaSea/commit/7969f56bf9469d217daa0c109daf07fb263906c4)) +* **ci:** Improve artifact naming legibility ([ea5e6d1](https://github.com/CometTools/LunaSea/commit/ea5e6d16aca0a1fa414e315874c8e4fd89356d5b)) +* **ci:** Lock cancel-workflow-action to v0.9.1 ([5993446](https://github.com/CometTools/LunaSea/commit/5993446c4ebf670e671cf5ef371ea0dcff93a124)) +* **ci:** Move Discord update workflow into jobs to prevent depth errors ([8ac4e38](https://github.com/CometTools/LunaSea/commit/8ac4e388a4aefcd92f2518510c76dc579fe7741d)) +* **ci:** Pass DISCORD_WEBHOOK secret to action ([0300f27](https://github.com/CometTools/LunaSea/commit/0300f277c94e877a34947fcb4f72bea7cae4c304)) +* **ci:** Pass FLAVOR and VERSION parameters as inputs instead of secrets ([851bace](https://github.com/CometTools/LunaSea/commit/851baceb9ee4cb56a167d6eb807dab4604e45f70)) +* **ci:** Remove asset caching from workflows ([9c36c43](https://github.com/CometTools/LunaSea/commit/9c36c43ba36bbc8d0035cf8a4a33474c92105b7c)) +* **ci:** Remove Blackbox ([#571](https://github.com/CometTools/LunaSea/issues/571)) ([b326730](https://github.com/CometTools/LunaSea/commit/b32673091a3c306f1791fee4dc261b842a8ea8bc)) +* **ci:** Remove option to build "develop" flavor ([d42d729](https://github.com/CometTools/LunaSea/commit/d42d729aa7095ea3bb39e7f4926cc463d6060fc7)) +* **ci:** Set as default keychain when using CI ([3834169](https://github.com/CometTools/LunaSea/commit/38341691a5c1554460bf20fba63a84fa60e7b205)) +* **ci:** Set correct Discord action ([75e26d8](https://github.com/CometTools/LunaSea/commit/75e26d8e493aba2c9c5451caa2ff6161a78e64cc)) +* **ci:** Set uses key before needs/if ([be5f6d1](https://github.com/CometTools/LunaSea/commit/be5f6d18db09e4dd8db1aad2fce078af8e4080a2)) +* **ci:** Shorten job titles ([cccfc82](https://github.com/CometTools/LunaSea/commit/cccfc82bb5f9eb70fee4d45605c1278b8ba1c519)) +* **ci:** Typo in beta workflow title ([4be37c7](https://github.com/CometTools/LunaSea/commit/4be37c71eb920e6c1056d0bf51c8f9236320b054)) +* **ci:** Use ANSI C quoting for flavor set ([7906cd7](https://github.com/CometTools/LunaSea/commit/7906cd716ce5de24db1047a4a40f90360005b561)) +* **config:** Prevent database from being unloaded from memory on clear ([cff45fc](https://github.com/CometTools/LunaSea/commit/cff45fcf461dee39168832bc9d2f71cf7a19e6c7)) +* **dart:** Delete all .g.dart generated files ([d3c8110](https://github.com/CometTools/LunaSea/commit/d3c8110c2f8df220d55dc3c7149d6a22edfd0844)) +* **dashboard:** [Calendar] Correctly type check in marker builder ([#559](https://github.com/CometTools/LunaSea/issues/559)) ([a31a70c](https://github.com/CometTools/LunaSea/commit/a31a70c58a1aec029d1e285063e2ae44bab9021e)) +* **fastlane:** Lane to prepare keychain for development ([a4c26f8](https://github.com/CometTools/LunaSea/commit/a4c26f80387177e9396aa7e846c4028e04b4271c)) +* **flavor:** Change "develop" to "internal" ([b9032cb](https://github.com/CometTools/LunaSea/commit/b9032cb486325d3f7b0f02781f37e3b4d8cb25f8)) +* **flavor:** Set default flavor to "internal" ([5fd49be](https://github.com/CometTools/LunaSea/commit/5fd49be1ff13abf24aef3898458e019a5eb795b0)) +* **macos:** Re-enable quit-on-hide ([72cbfb7](https://github.com/CometTools/LunaSea/commit/72cbfb759af034538c232a1d607ba720574cbcac)) +* **navbar:** Revert Navigation Bar to Original ([#558](https://github.com/CometTools/LunaSea/issues/558)) ([8ecc7e4](https://github.com/CometTools/LunaSea/commit/8ecc7e469bebc865026747a3744825600525c344)) +* **shaders:** Rebuild SkSL shaders ([87b0a0e](https://github.com/CometTools/LunaSea/commit/87b0a0ef8ff2eef0dbd09d1726003795f973ab6f)) +* **tautulli:** [History] Correctly pass session or reference id ([#598](https://github.com/CometTools/LunaSea/issues/598)) ([e243bf5](https://github.com/CometTools/LunaSea/commit/e243bf564f5247bea37b7c56082ff2f6694b11e2)) +* **window:** Correctly set window minimum and default window size ([#549](https://github.com/CometTools/LunaSea/issues/549)) ([8abffca](https://github.com/CometTools/LunaSea/commit/8abffca0a0cf7f43cf8089efab20065fb1c1992a)) +* **workflows:** Improve quality of alpha build workflows ([3778189](https://github.com/CometTools/LunaSea/commit/3778189eadf4318c59ea6938164d1eec85933fcc)) + ### 6.0.0 ### Features diff --git a/package.json b/package.json index cb5b4a63..65d4ebf3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "prepare": "husky install", "commit": "git add . && cz", - "changelog": "standard-version" + "release": "standard-version --no-verify --commit-all" }, "devDependencies": { "@commitlint/cli": "^16.1.0",