You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASE-PROCESS.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ after each step as we go.
21
21
Release Steps
22
22
-------------
23
23
24
-
1. Run the test suite. Ensure all tests pass.
24
+
1. Run the test suite. Ensure all tests pass. (Can skip this if last CI build is green.)
25
25
26
-
% mvn -Pintegration-test clean test
26
+
% mvn -Pintegration-test clean install
27
27
28
28
1. Update reference guide with latest content and check in generated docbook.
29
29
@@ -75,13 +75,15 @@ Release Steps
75
75
* Browse to https://repository.jboss.org/nexus/content/groups/public/org/jboss/errai/ and verify that
76
76
the artifacts are present
77
77
78
+
1. Release the new version on [JIRA](https://issues.jboss.org/projects/ERRAI?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page&status=unreleased).
79
+
78
80
1. Update the version number of errai in the getting started demo's pom.xml:
0 commit comments