Skip to content
This repository was archived by the owner on Apr 1, 2019. It is now read-only.

Commit c4ac574

Browse files
author
Walker Leite
committed
build(package): add release-it support
1 parent be373a0 commit c4ac574

File tree

4 files changed

+4713
-389
lines changed

4 files changed

+4713
-389
lines changed

.release-it.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"pkgFiles": [
3+
"package.json"
4+
],
5+
"src": {
6+
"tagName": "v%s",
7+
"tagAnnotation": "Release v%s",
8+
"commitMessage": "Release v%s"
9+
},
10+
"github": {
11+
"release": true,
12+
"releaseName": "Release v%s"
13+
},
14+
"buildCommand": "npm run build && npx conventional-changelog -p angular -i CHANGELOG.md -s",
15+
"increment": "conventional:angular",
16+
"beforeChangelogCommand": "npx conventional-changelog -p angular -i CHANGELOG.md -s",
17+
"changelogCommand": "npx conventional-changelog -p angular -u | tail -n +3",
18+
"safeBump": false
19+
}

CHANGELOG.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
<a name="2.1.0"></a>
2+
# [2.1.0](https://github.com/InCuca/vue-standalone-component/compare/2.0.0...2.1.0) (2017-12-27)
3+
4+
5+
### Bug Fixes
6+
7+
* **template:** add src directory to dist files ([897e8c9](https://github.com/InCuca/vue-standalone-component/commit/897e8c9))
8+
9+
10+
### Features
11+
12+
* **template:** undo umd and cjs directories and export of .vue files ([bf811f8](https://github.com/InCuca/vue-standalone-component/commit/bf811f8))
13+
14+
15+
16+
<a name="2.0.0"></a>
17+
# [2.0.0](https://github.com/InCuca/vue-standalone-component/compare/1.0.8...2.0.0) (2017-12-19)
18+
19+
20+
### Bug Fixes
21+
22+
* **build:** fix build proccess and documentation ([89845da](https://github.com/InCuca/vue-standalone-component/commit/89845da))
23+
24+
25+
### Features
26+
27+
* **package:** add release-it config ([ae38fb3](https://github.com/InCuca/vue-standalone-component/commit/ae38fb3))
28+
* **template:** add .editorconfig file ([68544fb](https://github.com/InCuca/vue-standalone-component/commit/68544fb))
29+
* **template:** change babel presets and plugins ([30d26e1](https://github.com/InCuca/vue-standalone-component/commit/30d26e1))
30+
31+
32+
33+
<a name="1.0.8"></a>
34+
## [1.0.8](https://github.com/InCuca/vue-standalone-component/compare/1.0.7...1.0.8) (2017-11-15)
35+
36+
37+
38+
<a name="1.0.7"></a>
39+
## [1.0.7](https://github.com/InCuca/vue-standalone-component/compare/1.0.6...1.0.7) (2017-10-29)
40+
41+
42+
### Bug Fixes
43+
44+
* **styleguide:** fix introduction section name ([0d2e3ac](https://github.com/InCuca/vue-standalone-component/commit/0d2e3ac))
45+
46+
47+
### Features
48+
49+
* **styleguide:** add sourcemaps to built file ([9510d62](https://github.com/InCuca/vue-standalone-component/commit/9510d62))
50+
51+
52+
53+
<a name="1.0.6"></a>
54+
## [1.0.6](https://github.com/InCuca/vue-standalone-component/compare/1.0.5...1.0.6) (2017-10-26)
55+
56+
57+
58+
<a name="1.0.5"></a>
59+
## [1.0.5](https://github.com/InCuca/vue-standalone-component/compare/1.0.4...1.0.5) (2017-10-26)
60+
61+
62+
63+
<a name="1.0.4"></a>
64+
## [1.0.4](https://github.com/InCuca/vue-standalone-component/compare/1.0.3...1.0.4) (2017-10-22)
65+
66+
67+
68+
<a name="1.0.3"></a>
69+
## [1.0.3](https://github.com/InCuca/vue-standalone-component/compare/1.0.2...1.0.3) (2017-10-22)
70+
71+
72+
73+
<a name="1.0.2"></a>
74+
## [1.0.2](https://github.com/InCuca/vue-standalone-component/compare/1.0.1...1.0.2) (2017-10-22)
75+
76+
77+
78+
<a name="1.0.1"></a>
79+
## 1.0.1 (2017-10-22)
80+
81+
82+

0 commit comments

Comments
 (0)