|
| 1 | +# |
| 2 | +# SPDX-License-Identifier: MIT |
| 3 | +# |
| 4 | +# Copyright (c) 2020-2025 Andres Almiray. |
| 5 | +# |
| 6 | +# Permission is hereby granted, free of charge, to any person obtaining a copy |
| 7 | +# of this software and associated documentation files (the "Software"), to deal |
| 8 | +# in the Software without restriction, including without limitation the rights |
| 9 | +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 10 | +# copies of the Software, and to permit persons to whom the Software is |
| 11 | +# furnished to do so, subject to the following conditions: |
| 12 | +# |
| 13 | +# The above copyright notice and this permission notice shall be included in |
| 14 | +# all copies or substantial portions of the Software. |
| 15 | +# |
| 16 | +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 17 | +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 18 | +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 19 | +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 20 | +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 21 | +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 22 | +# THE SOFTWARE. |
| 23 | +# |
| 24 | + |
1 | 25 | project: |
2 | 26 | name: jbang-gradle-plugin |
3 | 27 | description: The JBang Gradle plugin allows JBang scripts to be executed during a Gradle build |
@@ -31,14 +55,38 @@ project: |
31 | 55 | release: |
32 | 56 | github: |
33 | 57 | overwrite: true |
| 58 | + milestone: |
| 59 | + name: '{{projectVersion}}' |
| 60 | + issues: |
| 61 | + enabled: true |
34 | 62 | changelog: |
35 | | - formatted: always |
36 | | - preset: "conventional-commits" |
37 | | - format: '- {{commitShortHash}} {{commitTitle}}' |
| 63 | + formatted: ALWAYS |
| 64 | + preset: conventional-commits |
| 65 | + contributors: |
| 66 | + format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}' |
| 67 | + labelers: |
| 68 | + - label: 'dependencies' |
| 69 | + title: 'regex:^(?:deps(?:\(.*\))?!?):\s.*' |
| 70 | + order: 120 |
| 71 | + categories: |
| 72 | + - title: '⚙️ Dependencies' |
| 73 | + key: 'dependencies' |
| 74 | + order: 80 |
| 75 | + labels: |
| 76 | + - 'dependencies' |
| 77 | + hide: |
| 78 | + categories: |
| 79 | + - 'merge' |
| 80 | + contributors: |
| 81 | + - 'GitHub' |
| 82 | + replacers: |
| 83 | + - search: 'deps: ' |
38 | 84 |
|
39 | 85 | announce: |
40 | 86 | bluesky: |
41 | | - active: NEVER |
42 | | - status: 'JBang Gradle plugin {{projectVersion}} has been released! {{releaseNotesUrl}}' |
43 | | - handle: 'jbang.dev' |
44 | | - host: https://bsky.social |
| 87 | + active: RELEASE |
| 88 | + status: 🚀 JBang Gradle plugin {{projectVersion}} has been released! {{releaseNotesUrl}} |
| 89 | + mastodon: |
| 90 | + active: RELEASE |
| 91 | + host: https://mastodon.social |
| 92 | + status: 🚀 JBang Gradle plugin {{projectVersion}} has been released! {{releaseNotesUrl}} |
0 commit comments