shimataro
a988908393
Feature/ignore node modules ( #166 )
...
* Ignore Node files that should not be tracked
The list can be fetched by `gibo dump node`.
* Untrack node_modules/@actions
* Cache node_modules
* Don't add node_modules ins Bash scripts
* Use ncc to pack dependencies
* Change final product path
Remove & ignore previous one (lib/main.js{,.map})
* Disable PR check using author's key
Author's key is not passed to PR builds (#164 )
* update settings
* update CHANGELOG
* update build.yml
Co-authored-by: Tatsunori Uchino <tats.u@live.jp>
2021-02-08 22:19:05 +09:00
shimataro
ae1cf3fcc9
insert CHANGELOG into release page ( #136 )
2020-06-06 12:10:25 +09:00
shimataro
a2c9fe2ff0
* update URL for release ( #113 )
2020-02-08 18:05:20 +09:00
shimataro
ab389175de
* update URL for pull-request ( #111 )
2020-02-08 17:42:06 +09:00
shimataro
bd25955fab
Feature/scripts prepare release ( #107 )
...
* * prepare-release.sh
* * refactor "create-release-branch.sh"
2020-02-08 09:42:14 +09:00
shimataro
1c3dfa5189
* fix the timing of "rm -rf node_modules" ( #101 )
2020-01-27 06:12:28 +09:00
shimataro
f55d9bd4d2
Bugfix/node modules ( #100 )
...
* * clean node_modules before "npm ci --only=production" in order not to add ".bin" directory
* * update CHANGELOG
2020-01-27 06:03:22 +09:00
shimataro
a7b3fb6713
Feature/scripts ( #95 )
...
* * install all dependencies on creating release branch
* * remove "&&"
2020-01-26 00:15:27 +09:00
shimataro
918fed51a1
Feature/scripts ( #87 )
...
* * refactor create-release-branch.sh
* * refactor rebuild.sh
* * refactor update-dependencies.sh
2020-01-23 23:20:07 +09:00
shimataro
6f43580cbf
Feature/dev branch ( #77 )
...
* * renamed "development" to "develop"
* * renamed "development" to "develop"
2020-01-19 11:23:23 +09:00
shimataro
186286e08e
* fix BASE_BRANCH ( #67 )
2020-01-18 12:02:15 +09:00
shimataro
064d711681
Feature/scripts ( #66 )
...
* * add verify on rebuild
* * add create-release-branch
2020-01-18 11:58:48 +09:00