Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d671882

Browse files
Merge pull request amejiarosario#46 from amejiarosario/feature/auto-changelog
Feature/auto changelog
2 parents a36179f + 696fc42 commit d671882

File tree

5 files changed

+11960
-3454
lines changed

5 files changed

+11960
-3454
lines changed

‎.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs: # a collection of steps
4646
- store_test_results: # for display in Test Summary: https://circleci.com/docs/2.0/collect-test-data/
4747
path: test-results.xml
4848

49+
- run:
50+
name: release
51+
command: npm run semantic-release || true
52+
4953
docs:
5054
docker:
5155
- image: circleci/ruby:2.5.3-stretch-node

‎.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.12.0
1+
12.16.1

‎CONTRIBUTING.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,9 @@ If the commit reverts a previous commit, it should begin with `revert: `, follow
137137
### Type
138138
Must be one of the following:
139139
140-
* **feat**: A new feature
141140
* **fix**: A bug fix
142-
* **docs**: Documentation only changes
143-
* **build**: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
144-
* **ci**: Changes to our CI configuration files and scripts (example scopes: Circle, BrowserStack, SauceLabs)
145-
* **test**: Adding missing tests or correcting existing tests
146-
* **refactor**: A code change that neither fixes a bug nor adds a feature
147-
* **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
148-
* **perf**: A code change that improves performance
141+
* **feat**: A new feature
142+
* **chore**: Changes to our CI configuration files and scripts (example scopes: Circle, BrowserStack, SauceLabs)
149143
150144
### Scope
151145
The scope should be the name of the npm package affected (as perceived by the person reading the changelog generated from commit messages.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /