Skip to content
Snippets Groups Projects
Commit 92fc92a6 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Add config.js to release commit

parent 89f02ea6
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ if [[ $2 =~ ^[0-9]+.[0-9]+.[0-9]+((a|b)[0-9]+)?$ && $3 =~ ^[0-9]+$ ]]; then
# Commit
git reset HEAD
git add package.json config.xml install.sh
git add package.json config.xml install.sh www/js/config.js
git commit -m "v$2"
git tag "v$2"
git push
......
......@@ -29,7 +29,7 @@ angular.module("cesium.config", [])
}
},
"version": "0.2.6",
"build": "2016-08-25T06:51:00.355Z",
"build": "2016-08-25T07:16:49.361Z",
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment