Skip to content

Commit

Permalink
chore(release): prepare for cryostat 2.4.0 release (#222)
Browse files Browse the repository at this point in the history
* chore(release): prepare for cryostat 2.4.0 release

* add labeler config
  • Loading branch information
andrewazores authored Oct 6, 2023
1 parent 5cc473b commit d4dd5be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
needs-triage:
- '*'
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pull_request_rules:
- name: backport patches to cryostat-v2.3 branch
- name: backport patches to cryostat-v2.4 branch
conditions:
- base=main
- label=backport
actions:
backport:
branches:
- cryostat-v2.3
- cryostat-v2.4
assignees:
- "{{ author }}"

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>io.cryostat</groupId>
<artifactId>cryostat-agent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>cryostat-agent</name>
<url>http://maven.apache.org</url>
Expand Down

0 comments on commit d4dd5be

Please sign in to comment.