Quick-release config | quick-release.json
- Source:
Methods
(async, static) parseQuickreleaseConfig() → {Promise.<QUICKRELEASE_CONFIG>}
Parse quickrelease.json and initailize config
Returns:
quickrelease.json config
- Type
- Promise.<QUICKRELEASE_CONFIG>
(async, static) updateChangelogConfig(data) → {Promise.<DATA>}
update changelog config
prepare changelog config and create changelog file if not exists
Parameters:
Name | Type | Description |
---|---|---|
data |
DATA | data |
Returns:
local data
- Type
- Promise.<DATA>