A reminder to look back on the release.
$ docker run --rm -e ${TIMEZONE} -v `pwd`:/root sakebook/gitlab-release-reminder ${CONFIG_FILE}
- JSON
- XML
- YAML
- HOCON
- TOML
- properties
$ docker run --rm -e TZ=Asia/Tokyo -v `pwd`:/root sakebook/gitlab-release-reminder config.toml
provided by konf
- Slack
- API
name | required | description |
---|---|---|
host | Yes | GitLab host |
token | No | GitLab API token |
- Projects
name | required | description |
---|---|---|
id | Yes | Project ID |
note | No | Release note link |
remindingDay | No | remind span |
iconUrl | No | thumbnail |
- Slack
name | required | description |
---|---|---|
webhook | Yes | Webhook url |
mention | Yes | mention |
$ ./gradlew jibDockerBuild