This repository was archived by the owner on Feb 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +3016
-282
lines changed
Expand file tree Collapse file tree 6 files changed +3016
-282
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ jspm_packages
66# Serverless directories
77.serverless
88config.yml
9- .env
9+ .env
10+ public /
Original file line number Diff line number Diff line change 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+$/
Original file line number Diff line number Diff line change 22
33<p align =" center " >
44<a href =" https://github.com/Filiosoft/gitlab-roadmap/blob/master/LICENSE " ><img src =" https://img.shields.io/github/license/Filiosoft/gitlab-roadmap.svg " alt =" GitHub license " ></a >
5- <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 >
5+ <a href =" https://travis-ci.com/Filiosoft/gitlab-roadmap " ><img src =" https://travis-ci.com/Filiosoft/gitlab-roadmap.svg?branch=develop " 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 >
1314
1415Click 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
You can’t perform that action at this time.
0 commit comments