5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 10:46:56 +00:00
Commit graph

22 commits

Author SHA1 Message Date
semantic-release-bot
daaa4dcd09 chore(release): 2.3.0 [skip ci]
# [2.3.0](https://github.com/cycjimmy/semantic-release-action/compare/v2.2.0...v2.3.0) (2020-03-21)

### Features

* **branches:** support branches of semantic-release v16+ ([706c0ef](706c0ef960)), closes [#24](https://github.com/cycjimmy/semantic-release-action/issues/24) [#25](https://github.com/cycjimmy/semantic-release-action/issues/25)
2020-03-21 09:38:18 +00:00
cycjimmy
706c0ef960 feat(branches): support branches of semantic-release v16+
support branches of semantic-release v16+

#24 #25
2020-03-21 16:47:29 +08:00
semantic-release-bot
29af9a264f chore(release): 2.2.0 [skip ci]
# [2.2.0](https://github.com/cycjimmy/semantic-release-action/compare/v2.1.3...v2.2.0) (2020-03-15)

### Features

* add release notes to output ([a56320d](a56320d643))
2020-03-15 11:10:46 +00:00
semantic-release-bot
2399611b71 chore(release): 2.1.3 [skip ci]
## [2.1.3](https://github.com/cycjimmy/semantic-release-action/compare/v2.1.2...v2.1.3) (2020-01-19)

### Bug Fixes

* **branch:** parameter `branch` does not work in semantic v16 ([3e27c51](3e27c518af)), closes [#15](https://github.com/cycjimmy/semantic-release-action/issues/15) [#15](https://github.com/cycjimmy/semantic-release-action/issues/15)
2020-01-19 02:20:49 +00:00
semantic-release-bot
221f1449e1 chore(release): 2.1.2 [skip ci]
## [2.1.2](https://github.com/cycjimmy/semantic-release-action/compare/v2.1.1...v2.1.2) (2020-01-13)

### Bug Fixes

* fix wrong version ([db14ba3](db14ba3eee))
2020-01-13 09:55:29 +00:00
semantic-release-bot
a8e227e5cb chore(release): 2.1.1 [skip ci]
## [2.1.1](https://github.com/cycjimmy/semantic-release-action/compare/v2.1.0...v2.1.1) (2020-01-13)

### Bug Fixes

* **install:** uninterrupted installation errors ([3a7ccd6](3a7ccd6a7f))

### Performance Improvements

* use the latest version of semantic-release by default ([600e4f0](600e4f0e2b))
2020-01-13 09:48:38 +00:00
cycjimmy
600e4f0e2b perf(*): use the latest version of semantic-release by default 2020-01-10 17:20:50 +08:00
cycjimmy
6e2c113f1b improvement: upgrade semantic-release to 15.14.0 2020-01-10 16:41:34 +08:00
semantic-release-bot
638af1134e chore(release): 2.1.0 [skip ci]
# [2.1.0](https://github.com/cycjimmy/semantic-release-action/compare/v2.0.3...v2.1.0) (2019-10-31)

### Features

* **inputs:** add semantic_version to specify version range([#3](https://github.com/cycjimmy/semantic-release-action/issues/3)) ([55e8862](55e8862f17))
2019-10-31 16:07:35 +00:00
semantic-release-bot
49e15bd489 chore(release): 2.0.3 [skip ci]
## [2.0.3](https://github.com/cycjimmy/semantic-release-action/compare/v2.0.2...v2.0.3) (2019-10-28)

### Bug Fixes

* **inputs:** adjust the default for the "branch" configuration ([e5c555a](e5c555a613))
2019-10-28 07:12:05 +00:00
cycjimmy
0db4cb61b2 chore(package): update dependencies 2019-10-28 11:07:13 +08:00
semantic-release-bot
9d624df62a chore(release): 2.0.2 [skip ci]
## [2.0.2](https://github.com/cycjimmy/semantic-release-action/compare/v2.0.1...v2.0.2) (2019-10-26)

### Bug Fixes

* **.npmrc:** modify wrong cwd for exec ([6cfcf38](6cfcf38c9b))
2019-10-26 08:27:05 +00:00
semantic-release-bot
2ad69c46d8 chore(release): 2.0.1 [skip ci]
## [2.0.1](https://github.com/cycjimmy/semantic-release-action/compare/v2.0.0...v2.0.1) (2019-10-26)

### Bug Fixes

* **.npmrc:** clean up `.npmrc` file in the repo after releasing ([a0ef86e](a0ef86eea3)), closes [#2](https://github.com/cycjimmy/semantic-release-action/issues/2) [/github.com/semantic-release/semantic-release/issues/974#issuecomment-546577677](https://github.com//github.com/semantic-release/semantic-release/issues/974/issues/issuecomment-546577677)
2019-10-26 07:51:58 +00:00
semantic-release-bot
cf5f706ea8 chore(release): 2.0.0 [skip ci]
# [2.0.0](https://github.com/cycjimmy/semantic-release-action/compare/v1.3.1...v2.0.0) (2019-10-21)

### Styles

* **outputs:** uniform outputs to underline format ([4cea44f](4cea44f71a))

### BREAKING CHANGES

* **outputs:** uniform outputs to underline format

Before:

outputs:
- new-release-published:
- new-release-version
- new-release-major-version
- new-release-minor-version
- new-release-patch-version

After:

outputs:
- new_release_published:
- new_release_version
- new_release_major_version
- new_release_minor_version
- new_release_patch_version
2019-10-21 05:31:55 +00:00
cycjimmy
463a57bad7 build(dependencies): use commitizen 2019-10-21 11:07:06 +08:00
semantic-release-bot
76579ea6a8 chore(release): 1.3.1 [skip ci]
## [1.3.1](https://github.com/cycjimmy/semantic-release-action/compare/v1.3.0...v1.3.1) (2019-10-21)

### Bug Fixes

* **release:** bad substitution ([575492b](575492bbdc))
2019-10-21 02:13:53 +00:00
semantic-release-bot
9e35ed87a2 chore(release): 1.3.0 [skip ci]
# [1.3.0](https://github.com/cycjimmy/semantic-release-action/compare/v1.2.1...v1.3.0) (2019-10-21)

### Features

* **outputs:** Add outputs related to new release version ([12a1a39](12a1a39975))
2019-10-21 01:47:20 +00:00
semantic-release-bot
7ed2220726 chore(release): 1.2.1 [skip ci]
## [1.2.1](https://github.com/cycjimmy/semantic-release-action/compare/v1.2.0...v1.2.1) (2019-10-18)

### Bug Fixes

* **branch v1:** push updates to v1 branch after releases([#1](https://github.com/cycjimmy/semantic-release-action/issues/1)) ([bb964eb](bb964eb28e))
2019-10-18 22:30:45 +00:00
semantic-release-bot
efff82e9ad chore(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/cycjimmy/semantic-release-action/compare/v1.1.0...v1.2.0) (2019-10-18)

### Features

* **dry_run:** add a new input - "dry_run" ([65686aa](65686aabe7))
2019-10-18 05:49:49 +00:00
semantic-release-bot
b7401509f1 chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/cycjimmy/semantic-release-action/compare/v1.0.0...v1.1.0) (2019-10-17)

### Features

* add a new output - "new-release-published" ([be8f403](be8f403201))
2019-10-17 12:34:29 +00:00
semantic-release-bot
ddd286be06 chore(release): 1.0.0 [skip ci]
# 1.0.0 (2019-10-17)

### Bug Fixes

* **src/index.js:** remove 'stream-buffers' ([d2cecad](d2cecad9a9))

### Features

* come a new action ([b9ad41d](b9ad41da60))
2019-10-17 11:39:45 +00:00
cycjimmy
b9ad41da60 feat: come a new action 2019-10-17 19:27:21 +08:00