Skip to content

Commit

Permalink
Update jreleaser.yml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
CodexRaunak committed Dec 27, 2024
1 parent 7330237 commit f2fb6b1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,18 @@ packagers:
skipTemplates:
- cask.rb.tpl
- README.md.tpl

scoop:
active: RELEASE
repository:
active: RELEASE
owner: CodexRaunak
name: plugin-modernizer-bucket
tagName: '{{distributionName}}-{{projectVersion}}'
commitAuthor:
name: jenkins-infra
email: [email protected]
extraProperties:
skipLicenseFile: true
skipTemplates:
- scoop-bucket/README.md.tpl
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<changelist>999999-SNAPSHOT</changelist>
<changelist>1025.v6051110469dc</changelist>
<gitHubRepo>jenkins-infra/plugin-modernizer-tool</gitHubRepo>

<spotless.check.skip>false</spotless.check.skip>
Expand Down

0 comments on commit f2fb6b1

Please sign in to comment.