Skip to content

Commit

Permalink
fix: return to default tag format after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Feb 19, 2019
1 parent 10f3304 commit 0ac790e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 45 deletions.
42 changes: 0 additions & 42 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# test-travis-ci
# 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)
2 changes: 1 addition & 1 deletion release-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
// * ...
// * ...

Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit 0ac790e

Please sign in to comment.