From 0ac790ed676b93b6b2001a7921e61066ba7ce4b3 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Tue, 19 Feb 2019 23:35:58 +0000 Subject: [PATCH] fix: return to default tag format after testing --- CHANGELOG.md | 42 ------------------------------------------ README.md | 5 ++++- release-rules.js | 2 +- release.config.js | 2 +- 4 files changed, 6 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d17de39..7be83b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,47 +1,5 @@ # Changelog -## [1.0.1](https://github.com/myii/test-travis-ci/compare/V1.0.0...V1.0.1) (2019-02-19) - - -### Build System - -* test type with changes to `release-rules.js` and `Vx.x.x` ([e6f5485](https://github.com/myii/test-travis-ci/commit/e6f5485)) - -# 1.0.0 (2019-02-19) - - -### Bug Fixes - -* arbitrary change after working to check `transform` ([31575ce](https://github.com/myii/test-travis-ci/commit/31575ce)) -* check for `writer-opts.js` ([54235f7](https://github.com/myii/test-travis-ci/commit/54235f7)) -* check for `writer-opts.js` ([33d4dd8](https://github.com/myii/test-travis-ci/commit/33d4dd8)) -* **changelog:** remove extra entries ([aed4afa](https://github.com/myii/test-travis-ci/commit/aed4afa)) - - -### Code Refactoring - -* add/transfer more options ([06cb54f](https://github.com/myii/test-travis-ci/commit/06cb54f)) -* attempt direct run of `semantic-release` ([d01dfb6](https://github.com/myii/test-travis-ci/commit/d01dfb6)) -* attempt direct run of `semantic-release` ([0b84869](https://github.com/myii/test-travis-ci/commit/0b84869)) -* attempt to define `release.config.js` properly ([832e3f2](https://github.com/myii/test-travis-ci/commit/832e3f2)) -* continue fixes ([c6c8301](https://github.com/myii/test-travis-ci/commit/c6c8301)) -* fix override `writerOpts.transform` ([1967ce1](https://github.com/myii/test-travis-ci/commit/1967ce1)) -* move release rules to separate file ([579be9b](https://github.com/myii/test-travis-ci/commit/579be9b)) -* provide override `writerOpts.transform` ([ffbbb2b](https://github.com/myii/test-travis-ci/commit/ffbbb2b)) -* start change to use `release.config.js` instead ([69d7087](https://github.com/myii/test-travis-ci/commit/69d7087)) - - -### Documentation - -* **changelog:** fix title after modification to `js` ([8a7cc81](https://github.com/myii/test-travis-ci/commit/8a7cc81)) -* test if it is included ([994dd55](https://github.com/myii/test-travis-ci/commit/994dd55)) -* use `find` after `npx` ([8d3d04e](https://github.com/myii/test-travis-ci/commit/8d3d04e)) - - -### Features - -* add files for travis and semantic-release ([e172c79](https://github.com/myii/test-travis-ci/commit/e172c79)) - ## [1.0.12](https://github.com/myii/test-travis-ci/compare/v1.0.11...v1.0.12) (2019-02-19) diff --git a/README.md b/README.md index ba1a2cb..a181ccc 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# test-travis-ci \ No newline at end of file +# test-travis-ci + +[![Build Status](https://travis-ci.org/myii/test-travis-ci.svg?branch=master)](https://travis-ci.org/myii/test-travis-ci) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) \ No newline at end of file diff --git a/release-rules.js b/release-rules.js index c1dced8..5cf55be 100644 --- a/release-rules.js +++ b/release-rules.js @@ -3,7 +3,7 @@ // * https://github.com/semantic-release/commit-analyzer/blob/e8c560459d7ef8752180154ed0263ce262aa22a7/lib/default-release-rules.js // * https://github.com/semantic-release/commit-analyzer/blob/fc0f98d41b989f5d3314e2e84c3430d0ca615daf/README.md // * https://github.com/semantic-release/commit-analyzer/blob/2fd449f7927846bb1acd271582ecccca4592c4b7/test/fixtures/release-rules.js -// * ... +// * https://github.com/conventional-changelog/commitlint // * ... // * ... diff --git a/release.config.js b/release.config.js index 5380af4..670f992 100644 --- a/release.config.js +++ b/release.config.js @@ -19,7 +19,7 @@ module.exports = { extends: './release.config.js', branch: 'master', - tagFormat: 'V${version}', + tagFormat: 'v${version}', plugins: [ // '@semantic-release/commit-analyzer', ['@semantic-release/commit-analyzer', {