Skip to content

Commit

Permalink
Close the 2.18.0 release (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
prudhvigodithi authored Nov 7, 2024
1 parent a4814d4 commit 666b44a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public enum ReleaseInputs {
VERSION_2_15_0("2.15.0", "closed", "2.15", false),
VERSION_2_16_0("2.16.0", "closed", "2.16", false),
VERSION_2_17_0("2.17.0", "closed", "2.17", true),
VERSION_2_18_0("2.18.0", "open", "2.18", true),
VERSION_2_18_0("2.18.0", "closed", "2.18", true),
VERSION_1_3_15("1.3.15", "closed", "1.3", false),
VERSION_1_3_16("1.3.16", "closed", "1.3", false),
VERSION_1_3_17("1.3.17", "closed", "1.3", false),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void testGetState() {
assertEquals("closed", ReleaseInputs.VERSION_2_15_0.getState());
assertEquals("closed", ReleaseInputs.VERSION_2_16_0.getState());
assertEquals("closed", ReleaseInputs.VERSION_2_17_0.getState());
assertEquals("open", ReleaseInputs.VERSION_2_18_0.getState());
assertEquals("closed", ReleaseInputs.VERSION_2_18_0.getState());
assertEquals("closed", ReleaseInputs.VERSION_1_3_15.getState());
assertEquals("closed", ReleaseInputs.VERSION_1_3_16.getState());
assertEquals("closed", ReleaseInputs.VERSION_1_3_17.getState());
Expand Down

0 comments on commit 666b44a

Please sign in to comment.