Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Start with checking out the tag and then start the release script cd

Code Block

>cd target/checkout (we want to have the same artifacts in the dist as in the repo)

...


# [TODO] make sure the release.sh script does not delete existing files?
>./release.sh
...

or

Code Block
Code Block

># skip this step if you use the target/checkout folder
>svn checkout https://svn.apache.org/repos/asf/incubator/empire-db/tags/apache-empire-db-2.0.5-incubating-rc3
...
>cd apache-empire-db-2.0.5-incubating-rc3
># [TODO] make sure the release.sh script does not delete existing files?
>./release.sh
...
Distribution build completed in target/dist

...