From 585bdab69b67eb3b0178efc87c9db6898f0d45c8 Mon Sep 17 00:00:00 2001 From: shepherdwind Date: Wed, 27 Oct 2021 17:43:00 +0800 Subject: [PATCH] chore: update history script --- History.md | 2 -- package.json | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index e1b6734..32676f9 100644 --- a/History.md +++ b/History.md @@ -2,8 +2,6 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. -#### [v2.0.4](https://github.com/shepherdwind/velocity.js/compare/v2.0.4...v2.0.4) - #### [v2.0.4](https://github.com/shepherdwind/velocity.js/compare/v2.0.3...v2.0.4) > 27 October 2021 diff --git a/package.json b/package.json index 9e58b67..39e1bd2 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,8 @@ "auto-changelog": { "output": "History.md", "hideCredit": true, - "startingVersion": "v2.0.3" + "startingVersion": "v2.0.3", + "ignoreCommitPattern": "(chore: update history.md)|(Merge branch .+)" }, "spm": { "main": "index.js",