Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/6.0.x' into 7.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Mar 19, 2024
2 parents 6886345 + 9be09d8 commit 3a62d07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pull-request:
fix: '🐛 $TITLE (#$NUMBER)'
feat: '🚀 $TITLE (#$NUMBER)'
default: '$TITLE (#$NUMBER)'
filter-by-commitsh: true
autolabeler:
- label: 'bug'
branch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
pull_request_target:
types: [opened, reopened, synchronize, labeled]
workflow_dispatch:
permissions:
contents: read
jobs:
release_notes:
runs-on: ubuntu-latest
Expand Down
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ apply plugin:"org.grails.grails-plugin"
apply plugin:"org.grails.internal.grails-plugin-publish"

repositories {
mavenCentral()
maven { url "https://repo.grails.org/grails/core" }
}

Expand Down Expand Up @@ -131,3 +132,8 @@ jar {
includeEmptyDirs = false
exclude 'com/demo/**'
}

tasks.named("build") {
finalizedBy("docs")
}

0 comments on commit 3a62d07

Please sign in to comment.