|
9 | 9 | :caution-caption: :fire: |
10 | 10 | :warning-caption: :warning: |
11 | 11 |
|
12 | | -This document contains the release steps of AdminFaces components. |
13 | 12 |
|
14 | | -== https://github.com/adminfaces/admin-theme/[Admin-theme^] |
15 | | - |
16 | | -. Manually remove the snapshot from pom.xml |
17 | | -. execute `maven-install-local.sh` located on the root of the project |
18 | | -. create new version on https://bintray.com/rmpestano/AdminFaces/admin-theme/new/version[bintray^] |
19 | | -. upload jars from local maven repository to bintray |
20 | | -. Release and sync to maven central via bintray |
21 | | -. manually append snapshot to pom version again |
22 | | -. run `mvn release:prepare` to create the git tag |
23 | | -. On github close the release https://github.com/adminfaces/admin-theme/milestones?closed=0[milestone^] |
24 | | -. Edit the recently created tag and link issues closed on the milestone to the `Release notes` section on the tag description. |
25 | | - |
26 | | -== https://github.com/adminfaces/admin-template[Admin template^] |
27 | | - |
28 | | -. Change theme version to the just released admin-theme version. |
29 | | -. Manually remove the snapshot from pom.xml |
30 | | -. run `mvn clean install -Prelease` |
31 | | -. create new version on https://bintray.com/rmpestano/AdminFaces/admin-template/new/version[bintray^] |
32 | | -. upload jar from local maven repository to bintray |
33 | | -. Release and sync to maven central via bintray |
34 | | -. manually append snapshot to pom version again |
35 | | -. run `mvn release:prepare` to create the git tag |
36 | | -. On github close the release https://github.com/adminfaces/admin-template/milestones?closed=0[milestone^] |
37 | | -. Edit the recently created tag and link issues closed on the milestone to the `Release notes` section on the tag description. |
38 | | - |
39 | | -== https://github.com/adminfaces/admin-persistence[Admin Persistence^] |
40 | | - |
41 | | -Same as admin-template but note that it admin-persistence is not tied to admin-theme and template so it can be released independently. |
42 | | - |
43 | | - |
44 | | -== https://github.com/adminfaces?utf8=%E2%9C%93&q=archetype&type=&language=[Archetypes^] |
45 | | - |
46 | | -Update admin-theme and template versions and follow the same release process above. |
| 13 | +. `mvn release:prepare -Dresume=false` |
| 14 | +. Choice next version |
| 15 | +. provide gpg password |
| 16 | +. done |
0 commit comments