Skip to content

Commit

Permalink
Documentation / GeoNetwork 4.2 doing a release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
josegar74 committed Jan 22, 2024
1 parent 79c8c7f commit a623b7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/manual/docs/contributing/doing-a-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ with the following utilities: ***sed***, ***xmlstarlet*** and ***sftp***.
``` shell
# Setup properties
from=origin
frombranch=origin/main
frombranch=origin/4.2.x
series=4.2
versionbranch=$series.x
version=4.2.1
Expand Down Expand Up @@ -91,7 +91,7 @@ with the following utilities: ***sed***, ***xmlstarlet*** and ***sftp***.
3. Create change log page: `docs/manual/docs/overview/change-log/`
``` shell
cat <<EOF > docs/manual/docs/overview/changes/version-$newversion.md
cat <<EOF > docs/manual/docs/overview/change-log/version-$version.md
# Version $version
GeoNetwork $version is a minor release.
Expand All @@ -110,9 +110,9 @@ with the following utilities: ***sed***, ***xmlstarlet*** and ***sftp***.
EOF
git log --pretty='format:* %N' $previousversion.. | grep -v "^* $" >> docs/manual/docs/overview/changes/version-$newversion.md
git log --pretty='format:* %N' $previousversion... | grep -v "^* $" >> docs/manual/docs/overview/change-log/version-$version.md
cat <<EOF > docs/manual/docs/overview/changes/version-$newversion.md
cat <<EOF > docs/manual/docs/overview/change-log/version-$version.md
and more \... see [$version issues](https://github.com/geonetwork/core-geonetwork/issues?q=is%3Aissue+milestone%3A$version+is%3Aclosed) and [pull requests](https://github.com/geonetwork/core-geonetwork/pulls?page=3&q=is%3Apr+milestone%3A$version+is%3Aclosed) for full details.
EOF
Expand Down Expand Up @@ -158,7 +158,7 @@ with the following utilities: ***sed***, ***xmlstarlet*** and ***sftp***.
# Build the new release
mvn install -Drelease
# Create a minimal war (with only the default datasources)
# Create a minimal war
cd web
mvn clean install -DskipTests -Pwar -Pwro4j-prebuild-cache
Expand Down

0 comments on commit a623b7f

Please sign in to comment.