diff --git a/.gulp/index.ts b/.gulp/index.ts index dca7e0c..0be9432 100644 Binary files a/.gulp/index.ts and b/.gulp/index.ts differ diff --git a/.gulp/tasks/changelog-title.ts b/.gulp/tasks/changelog-title.ts new file mode 100644 index 0000000..c5912f8 Binary files /dev/null and b/.gulp/tasks/changelog-title.ts differ diff --git a/CHANGELOG.md b/CHANGELOG.md index dcee200..0d9ab07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# Change Log +# 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. # [1.4.0](https://github.com/equinusocio/vsc-material-theme/compare/v1.3.0...v1.4.0) (2018-02-19) diff --git a/package.json b/package.json index c980e06..a04e172 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,11 @@ "engines": { "vscode": "^1.19.0" }, + "standard-version": { + "scripts": { + "postchangelog": "yarn gulp changelog-title" + } + }, "scripts": { "build": "yarn build-icons && yarn build-themes && yarn build-icons-accents && yarn build-icons-variants", "minimize-icons": "svgo -f src/icons/svgs -o icons/",