Skip to content

Commit

Permalink
Update release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
travkin79 committed Apr 12, 2024
1 parent aae9e2b commit 7aafe6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions releng/net.sourceforge.plantuml.composite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,18 @@ Module for building and releasing new version.

### Build artifacts and repository

- build with `mvn clean install` on project `net.sourceforge.plantuml.composite` and test
- build with `mvn clean install` on project `net.sourceforge.plantuml.composite`
or just run the launch configuration *Build all with Maven*
(that builds and runs all non-UI unit tests)
- test the release candidate
- check the PlantUML lib update site / repository in target/gh-pages/plantuml.lib/<version>
and the PlantUML Eclipse update site / repository in target/gh-pages/plantuml.eclipse/<version>,
ensure that you have only the latest plug-in / feature versions there and only one version per plug-in / feature
- add, commit and push

### Update GitHub pages

That is done be the Maven build automatically, when you run `mvn clean install`
That is done by the Maven build automatically, when you run `mvn clean install`
on project `net.sourceforge.plantuml.composite` or the launch configuration *Build all with Maven*.
Just check if the following steps were successfully done by Maven.
If everything is as expected, push the changes to GitHub pages.
Expand All @@ -47,6 +48,7 @@ If everything is as expected, push the changes to GitHub pages.
- copy the README.md in the proper place
- cp README.md gh-pages/
- add, commit (should have been done by the build)
- push to gh-pages

### Release on GitHub

Expand Down

0 comments on commit 7aafe6c

Please sign in to comment.