Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit abfe74b

Browse files
committed
ci(release-process): Add semantic-release config
1 parent fc12e7b commit abfe74b

File tree

6 files changed

+3107
-359
lines changed

6 files changed

+3107
-359
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ jspm_packages
66
# Serverless directories
77
.serverless
88
config.yml
9-
.env
9+
.env
10+
public/

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: node_js
2+
node_js:
3+
- "node"
4+
cache:
5+
directories:
6+
- ~/.npm
7+
script:
8+
- npm test
9+
notifications:
10+
email: false
11+
after_success:
12+
- npm run travis-deploy-once "npm run semantic-release"
13+
branches:
14+
except:
15+
- /^v\d+\.\d+\.\d+$/

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<a href="https://travis-ci.com/Filiosoft/gitlab-roadmap"><img src="https://travis-ci.com/Filiosoft/gitlab-roadmap.svg?branch=master" alt="Build Status"></a>
66
<a href="http://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg" alt="Commitizen friendly"></a>
77
<a href="https://standardjs.com"><img src="https://img.shields.io/badge/code_style-standard-brightgreen.svg" alt="JavaScript Style Guide"></a>
8+
<a href="https://github.com/semantic-release/semantic-release"><img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="semantic-release"></a>
89

910
</p>
1011
<p align="center"><b>📢 Create a product roadmap website with GitLab Issue Boards as a backend!</b></p>
@@ -13,7 +14,7 @@
1314

1415
Click the button below to deploy on Heroku!
1516

16-
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
17+
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Filiosoft/gitlab-roadmap)
1718

1819
## Install on AWS Lambda
1920

0 commit comments

Comments
 (0)