generated from remal/oss-template
-
Notifications
You must be signed in to change notification settings - Fork 0
42 lines (39 loc) · 1013 Bytes
/
automatic-release.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: Automatic release
on:
schedule:
- cron: '23 17 * * 2' # sync-with-template: adjust
workflow_dispatch: { }
defaults:
run:
shell: bash
jobs:
automatic-release:
name: Automatic release
runs-on: ubuntu-latest
timeout-minutes: 15
concurrency: automatic-release
steps:
- name: Automatic release
uses: remal-github-actions/automatic-release@v1
with:
githubToken: ${{secrets.PUSH_BACK_TOKEN}}
versionIncrementMode: 'patch'
versionTagPrefix: 'v'
expectedFilesToChange: |
gradle-plugin-api-dependencies.txt
allowedCommitPrefixes: |
[push-back]
[noci]
[no-ci]
[ci]
[release-later]
[doc]
[documentation]
Update README.md
Update renovate.json5
Update renovate.json
allowedPullRequestLabels: |
dependencies
sync-with-template
skippedChangelogCommitPrefixes: |
[push-back]