Skip to content

Commit 862a8ba

Browse files
authored
features/build setup (#1)
* chore: version bump * build: set up github release from gren config
1 parent cae9800 commit 862a8ba

File tree

3 files changed

+47
-21
lines changed

3 files changed

+47
-21
lines changed

.grenrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"dataSource": "commits",
3+
"template": {
4+
"commit": "- {{message}} ([→]({{url}}))",
5+
"issue": "- {{labels}} {{name}} [{{text}}]({{url}})",
6+
"label": "[**{{label}}**]",
7+
"noLabel": "closed",
8+
"group": "\n#### {{heading}}\n",
9+
"changelogTitle": "# Changelog\n\n",
10+
"release": "## {{release}} ({{date}})\n{{body}}",
11+
"releaseSeparator": "\n---\n\n"
12+
},
13+
"groupBy": {
14+
"Enhancements:": ["enhancement", "internal"],
15+
"Bug Fixes:": ["bug"],
16+
"Build Improvements":["view"]
17+
}
18+
}

CHANGELOG.md

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
1-
<a name="1.0.0-beta.0"></a>
2-
# 1.0.0-beta.0 (2018-05-27)
3-
4-
5-
### Features
6-
7-
* added material CDK for color picker popup ([d02fd13](https://github.com/lokesh-coder/ink-bucket/commit/d02fd13))
8-
* added nedb for client side storage ([7929f75](https://github.com/lokesh-coder/ink-bucket/commit/7929f75))
9-
* added settings state and actions for test ([8152f65](https://github.com/lokesh-coder/ink-bucket/commit/8152f65))
10-
* Initial commit ([16e54d1](https://github.com/lokesh-coder/ink-bucket/commit/16e54d1))
11-
* store actions added ([8e50805](https://github.com/lokesh-coder/ink-bucket/commit/8e50805))
12-
* **delete:** added delete option in settings ([26fccd7](https://github.com/lokesh-coder/ink-bucket/commit/26fccd7))
13-
* updated store and added color picker ([df3ae6b](https://github.com/lokesh-coder/ink-bucket/commit/df3ae6b))
14-
* **electron:** basic electron setup ([c4e566e](https://github.com/lokesh-coder/ink-bucket/commit/c4e566e))
15-
* **export:** added database export option in settings ([78a27c0](https://github.com/lokesh-coder/ink-bucket/commit/78a27c0))
16-
* **pwa:** basic pwa setup ([32379e7](https://github.com/lokesh-coder/ink-bucket/commit/32379e7))
17-
* **wip:** design changes ([6fd994c](https://github.com/lokesh-coder/ink-bucket/commit/6fd994c))
18-
* **wip:** updated ink colors service ([41936ac](https://github.com/lokesh-coder/ink-bucket/commit/41936ac))
1+
# Changelog
192

3+
## v1.0.0-beta.1 (29/05/2018)
4+
- style(view): home page layout width ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/cae9800855d7f566154c0502a10e224a0c698a38))
5+
- fix(view): duplicate of colors and buckets on page revisits ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/2fe92cad531f638f730bae0c359dc12362be0c48))
6+
- style(view): add new thin color view ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/d90ca9f96c5e587d9dfc3b81f513fb03573da93d))
7+
- feat(view): add ink color view basic settings and state ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/ab39f30b2155b3075253a7122de616c4e57c9e0b))
8+
- build: add github release module ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/50093fc82316735fa0bbceaf0d3f09852994b2e7))
9+
- chore(changelog): added changelog ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/c6eeb8a6e24bd80e77911804fb1c23873ddf0da9))
2010

11+
---
2112

13+
## v1.0.0-beta.0 (28/05/2018)
14+
- feat(pwa): basic pwa setup ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/32379e79b8f497ee81e6430c20960f17c64e9e8b))
15+
- feat(electron): basic electron setup ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/c4e566eba0ff3c0346ca5d8a4bcb100ce2711508))
16+
- feat(wip): updated ink colors service ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/41936ac9d0bcd1b0b2a452936c23d036fa680b7b))
17+
- style(font): changed to default system font ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/d5b6d28f719bc5dae05a7a40f90f2d6de5e4f9b4))
18+
- feat(delete): added delete option in settings ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/26fccd794fd05d6a2f1e4131a8bc242d5b18d759))
19+
- feat(export): added database export option in settings ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/78a27c03763852f99aa023eb92c387b87c77b53f))
20+
- feat(wip): design changes ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/6fd994c74e5d868b5be0632164a095d38923bb3b))
21+
- refactor(wip): updated board and bucket data layer ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/339ba42e6e2f3e430a999711f6edd28539eb2540))
22+
- refactor(wip): change nedb to rxdb ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/dbbc7f7e921ba48e0c121a6f217e69d57b523df0))
23+
- style: app design update ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/56ac2b3c126d71b9a91954d070b40ad7bd5c0875))
24+
- feat: store actions added ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/8e5080513e1e178320c1396f052a45d6e5a8272f))
25+
- feat: added material CDK for color picker popup ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/d02fd13659b024b277b8e7b21a0a83373833f1c1))
26+
- feat: updated store and added color picker ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/df3ae6b7923b7dfd052dcdf7cf480fbc47c7b367))
27+
- feat: added settings state and actions for test ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/8152f65ecb15f2d79c2958e7b8e437bce8d5fae7))
28+
- feat: added nedb for client side storage ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/7929f750481be69664400175ccbb219d2b676b13))
29+
- feat: Initial commit ([](https://api.github.com/repos/lokesh-coder/ink-bucket/git/commits/16e54d15e82ef12da4dcf9621295b477ab7c910b))

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ink-bucket",
3-
"version": "1.0.0-beta.0",
3+
"version": "1.0.0-beta.1",
44
"main": "main.js",
55
"scripts": {
66
"ng": "ng",
@@ -14,8 +14,8 @@
1414
"electron": "electron .",
1515
"electron-build": "ng build --prod && electron .",
1616
"server:prod": "http-server -p 1234 -s -o --cors",
17-
"generate:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
18-
"release": "gren release --token=TOKEN --override"
17+
"release": "gren release --token=TOKEN --data-source=commits --override",
18+
"generate:changelog": "gren changelog --token=TOKEN --data-source=commits --override"
1919
},
2020
"private": true,
2121
"dependencies": {

0 commit comments

Comments
 (0)