Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
build: Add semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Okonetchnikov committed Mar 1, 2018
1 parent a2af229 commit 9605725
Show file tree
Hide file tree
Showing 5 changed files with 2,411 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ build/Release
# Deployed apps should consider commenting this line out:
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
node_modules
Changelog.md
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ cache:
- node_modules
node_js:
- 9
after_success:
- npm install -g semantic-release
- semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# ejs-loader for webpack

[![npm](https://img.shields.io/npm/v/ejs-loader.svg)](https://www.npmjs.com/package/ejs-loader)
[![Build Status](https://travis-ci.org/okonet/ejs-loader.svg)](https://travis-ci.org/okonet/ejs-loader)

EJS (Underscore/LoDash Templates) loader for [webpack](http://webpack.github.io/). Uses [lodash template](http://lodash.com/docs#template) function to compile templates.
Expand Down
Loading

0 comments on commit 9605725

Please sign in to comment.