Skip to content

Commit

Permalink
Prepare to release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Feb 2, 2021
1 parent 080b867 commit b96b4f9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,3 @@ jobs:
branch: master
commit_message: "Automatic changelog update"
file_pattern: "CHANGELOG.md"
- name: Extract Release Notes
id: extract_release_notes
uses: ffurrer2/extract-release-notes@v1
- name: Create Release
uses: actions/create-release@v1
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: ${{ steps.extract-release-notes.outputs.release_notes }}
prerelease: ${{ contains(github.ref, '-rc') || contains(github.ref, '-b') || contains(github.ref, '-a') }}
draft: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion weasis-distributions/etc/config/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ weasis.profile=default
weasis.aet=WEASIS_AE

##### URLs of the website #####
weasis.releasenotes=https://github.com/nroduit/weasis/blob/master/CHANGELOG.md#v362-2020-08-26
weasis.releasenotes=https://github.com/nroduit/weasis/blob/master/CHANGELOG.md#v370-2021-02-02
weasis.copyrights=\u00a9 2009-2021 Weasis Team
weasis.help.online= https://nroduit.github.io/en/tutorials/
weasis.help.shortcuts=https://nroduit.github.io/en/basics/shortcuts
Expand Down
2 changes: 1 addition & 1 deletion weasis-launcher/conf/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ weasis.profile=default
weasis.aet=WEASIS_AE

##### URLs of the website #####
weasis.releasenotes=https://github.com/nroduit/weasis/blob/master/CHANGELOG.md#v362-2020-08-26
weasis.releasenotes=https://github.com/nroduit/weasis/blob/master/CHANGELOG.md#v370-2021-02-02
weasis.copyrights=\u00a9 2009-2021 Weasis Team
weasis.help.online= https://nroduit.github.io/en/tutorials/
weasis.help.shortcuts=https://nroduit.github.io/en/basics/shortcuts
Expand Down
2 changes: 1 addition & 1 deletion weasis-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- force command line arguments settings to set version -->
<!-- $ mvn clean install -Drevision=3.6.2 -Dchangelist=-SNAPSHOT -->
<revision>3.7.0</revision>
<changelist>-SNAPSHOT</changelist> <!-- Remove "-SNAPSHOT" for release -->
<changelist></changelist> <!-- Remove "-SNAPSHOT" for release -->

<java-version>1.8</java-version>
<jdk-version>11</jdk-version>
Expand Down

0 comments on commit b96b4f9

Please sign in to comment.