Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrusch committed Dec 15, 2020
2 parents b6ad50f + 9e7ff01 commit 02004b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ script:
deploy:
- provider: pages
skip_cleanup: true
github_token: "$GITHUB_TOKEN"
github_token: $GITHUB_TOKEN
keep_history: true
local_dir: site
on:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Extension CLI

[![npm](https://img.shields.io/npm/v/extension-cli)](https://www.npmjs.com/package/extension-cli)
[![travis](https://img.shields.io/travis/mobilefirstllc/extension-cli)](https://travis-ci.org/MobileFirstLLC/extension-cli)
[![travis](https://img.shields.io/travis/mobilefirstllc/extension-cli)](https://travis-ci.com/github/MobileFirstLLC/extension-cli)
[![Maintainability](https://api.codeclimate.com/v1/badges/abbf1b25f926d75bb9df/maintainability)](https://codeclimate.com/github/MobileFirstLLC/extension-cli/maintainability)
![Last commit](https://img.shields.io/github/last-commit/mobilefirstllc/extension-cli)

Expand Down
7 changes: 7 additions & 0 deletions guide/09-release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Release Notes

### 0.10.0 (2020-12-15)

* update test configs
* check if gitignore exists before xt-clean
* **xt-create:** change default icon to high contrast
* update packages

### 0.9.4 (2020-11-29)

* extension-cli: fix typo
Expand Down

0 comments on commit 02004b6

Please sign in to comment.