Skip to content

Commit

Permalink
(feat): New version testing. Filtering some GHA triggers (tags-ignore).
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed Nov 9, 2023
1 parent b616537 commit 37353e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Release
on:
release:
types: [created]
branches-ignore:
- 'releases/qcli **'
tags-ignore:
- 'qcli*.*.*'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ project:

release:
github:
tagName: 'v{{projectVersion}}'
tagName: 'qcli{{projectVersion}}'
releaseName: 'qcli {{projectVersion}}'
overwrite: true
# skipRelease: true
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dotcms</groupId>
<artifactId>qcli-jbang</artifactId>
<version>1.3.0</version>
<version>1.5.0</version>
<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<maven.compiler.release>11</maven.compiler.release>
Expand Down

0 comments on commit 37353e5

Please sign in to comment.