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

Commit 9605725

Browse files
author
Andrey Okonetchnikov
committed
build: Add semantic-release
1 parent a2af229 commit 9605725

File tree

5 files changed

+2411
-1
lines changed

5 files changed

+2411
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ build/Release
2323
# Deployed apps should consider commenting this line out:
2424
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
2525
node_modules
26+
Changelog.md

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ cache:
44
- node_modules
55
node_js:
66
- 9
7+
after_success:
8+
- npm install -g semantic-release
9+
- semantic-release
10+
branches:
11+
except:
12+
- /^v\d+\.\d+\.\d+$/

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ejs-loader for webpack
22

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

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

0 commit comments

Comments
 (0)