Skip to content

Commit

Permalink
semantic release (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzalazar authored Aug 8, 2018
1 parent 07c3ec1 commit e20deb3
Show file tree
Hide file tree
Showing 5 changed files with 5,187 additions and 79 deletions.
4 changes: 3 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

<!-- Describe your changes below in a reasonable amount of detail -->


### Release
Semantic release is enabled for this repository. Make sure you follow the right commit message convention.
We're using semantic-release's default — [Angular Commit Message Conventions](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines).

<!-- For the PR reviewer: -->

Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ script:
- npm run coverage
after_script:
- greenkeeper-lockfile-upload
after_success:
- '[[ $TRAVIS_BRANCH = "master" && $TRAVIS_PULL_REQUEST_BRANCH = "" ]] &&
(npm install -g travis-deploy-once && travis-deploy-once "npm run semantic-release")'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Frost Client

[![Greenkeeper badge](https://badges.greenkeeper.io/poetapp/frost-client.svg)](https://greenkeeper.io/)

[![Build Status](https://travis-ci.org/poetapp/frost-client.svg?branch=master)](https://travis-ci.org/poetapp/frost-client)
[![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)

The Frost Client helps easily integrate your applications with the Frost API.

Expand Down
Loading

0 comments on commit e20deb3

Please sign in to comment.