Skip to content

Commit d15db3e

Browse files
author
fabianmoronzirfas
committed
fix(semantic-release): be less rsitrictive on how this has to build
This is not a high profile hundrets of contributors project. These mechanisms are for large teams
1 parent 88cd229 commit d15db3e

4 files changed

Lines changed: 126 additions & 3434 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ notifications:
88
node_js:
99
- '6'
1010
before_install:
11-
- npm i -g npm@^3.0.0
11+
- npm i -g npm@^6.0.0
1212
before_script:
1313
- npm prune
1414
script:
@@ -17,7 +17,6 @@ after_success:
1717
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
1818
- python travis_after_all.py
1919
- export $(cat .to_export_back) &> /dev/null
20-
- npm run semantic-release
2120
branches:
2221
except:
2322
- /^v\d+\.\d+\.\d+$/

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ Run the following and Extendscriptr will automatically run every time you save a
4040
### Contribute
4141
We would be happy to have contributions from other members as well. Don't hesitate to make pull requests or contact us if you wish to get contributor rights.
4242

43-
#### Publish with semantic release and conventional commits
44-
Publishing new versions of extendscriptr is handled by [![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). This means that new versions will be built on travis and published on every push based on the latest commit message. Therefor, commit messages need to satisfy [some conventions](https://github.com/conventional-changelog/conventional-changelog-angular/blob/master/convention.md). The project uses [conventional changelog](https://github.com/conventional-changelog/conventional-changelog) to facilitate the messages formatting. Make sure to commit by running ``npm run commit`` instead of ``git commit [-m"change" ...]`` to be prompted to the conventional changelog form.
4543

4644
### Report issues
4745
Feel free to report any issue you would encounter using the module.

0 commit comments

Comments
 (0)