Skip to content

Commit

Permalink
chore(release): prepare for 3.0.0 release (#404)
Browse files Browse the repository at this point in the history
* update mergify

* chore(release): set version to 4.0.0-SNAPSHOT
  • Loading branch information
andrewazores committed Jun 5, 2024
1 parent 035e894 commit 5b74897
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pull_request_rules:
- name: backport patches to cryostat-v2.4 branch
- name: backport patches to cryostat-v3.0 branch
conditions:
- base=main
- label=backport
actions:
backport:
branches:
- cryostat-v2.4
- cryostat-v3.0
assignees:
- "{{ author }}"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>io.cryostat</groupId>
<artifactId>cryostat-core</artifactId>

<version>3.0.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<licenses>
Expand Down

0 comments on commit 5b74897

Please sign in to comment.