Skip to content

Commit e560315

Browse files
committed
Update release process.
1 parent f04b50d commit e560315

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

RELEASE-PROCESS.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ after each step as we go.
2121
Release Steps
2222
-------------
2323

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.)
2525

26-
% mvn -Pintegration-test clean test
26+
% mvn -Pintegration-test clean install
2727

2828
1. Update reference guide with latest content and check in generated docbook.
2929

@@ -75,13 +75,15 @@ Release Steps
7575
* Browse to https://repository.jboss.org/nexus/content/groups/public/org/jboss/errai/ and verify that
7676
the artifacts are present
7777

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+
7880
1. Update the version number of errai in the getting started demo's pom.xml:
7981
https://github.com/errai/errai-tutorial/blob/master/pom.xml
8082

8183
1. Update the website with links to the new version (https://github.com/errai/errai.github.com)
8284

83-
1. Publish a release blog entry at http://errai-blog.blogspot.com/
85+
1. (Optional) Publish a release blog entry at http://errai-blog.blogspot.com/
8486

85-
1. Tweet about the release!
87+
1. (Optional) Tweet about the release!
8688

8789
=== You're done! Congrats! You deserve beer! ===

0 commit comments

Comments
 (0)