Skip to content

Commit bdc6f37

Browse files
committed
prepared for release
1 parent f0d7c4b commit bdc6f37

File tree

3 files changed

+31
-16
lines changed

3 files changed

+31
-16
lines changed

Description.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
PackageName=graphviz-treevisualize
66

77
# Version (required)
8-
Version=2018.5.13
8+
Version=2022.4.13
99

1010
#Date (year-month-day)
11-
Date=2018-05-13
11+
Date=2022-04-13
1212

1313
# Title (required)
1414
Title=GraphViz visualization and export
@@ -29,7 +29,7 @@ License=GPL 3.0
2929
Description=Allows visualization (and export) of trees (eg generated by J48) as generated by GraphViz.
3030

3131
# Package URL for obtaining the package archive (required)
32-
PackageURL=https://github.com/fracpete/graphviz-treevisualize-weka-package/releases/download/v2018.5.13/graphviz-treevisualize-2018.5.13.zip
32+
PackageURL=https://github.com/fracpete/graphviz-treevisualize-weka-package/releases/download/v2022.4.13/graphviz-treevisualize-2022.4.13-3.9.x.zip
3333

3434
# URL for further information
3535
URL=https://github.com/fracpete/graphviz-treevisualize-weka-package
@@ -41,7 +41,7 @@ Enhances=
4141
Related=
4242

4343
# Dependencies (format: packageName (equality/inequality version_number)
44-
Depends=weka (>=3.9.1|>=3.8.1)
44+
Depends=weka (>=3.9.1)
4545

4646
# Message to display in installation. Can be used to provide
4747
# special instructions (e.g. manual stuff needed to complete

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Additional options for the executable can be specified with the
4040
Explanation of parameters:
4141

4242
* `Executable` -- the path to the executable, if not on the system path
43-
* `AdditionalOptions` -- additional options to use, like output format
44-
* `ImageExtension` -- the image extension to use
43+
* `AdditionalOptions` -- additional options to supply to the `dot` executable
44+
* `ImageExtension` -- comma-separated list of image extensions to offer in the save dialog
4545
* `Debug` -- whether to output debugging information
4646
* `CleanUpTempFiles` -- whether to clean up temporary files
4747
* `DialogWidth` -- the default width of the dialog displaying the graph

RELEASE.md

+25-10
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,44 @@ Preparation
1010
2017.3.3-SNAPSHOT
1111
```
1212

13-
* Update the version, date and URL in `Description.props` to reflect new
14-
version, e.g.:
13+
* Update the version and date in `Description.props` to reflect new version:
1514

1615
```
1716
Version=2017.3.3
1817
Date=2017-03-03
19-
PackageURL=https://github.com/fracpete/graphviz-treevisualize-weka-package/releases/download/v2017.3.3/graphviz-treevisualize-2017.3.3.zip
2018
```
2119

2220
Weka package
2321
------------
2422

2523
* Commit/push all changes
2624

27-
* Run the following command to generate the package archive for version `2017.3.3`:
28-
29-
```
30-
ant -f build_package.xml -Dpackage=graphviz-treevisualize-2017.3.3 clean make_package
31-
```
25+
* For both, 3.8 and 3.9, do:
26+
27+
* Update Weka version in `Depends` and `PackageURL` suffix (`-3.8.x` or `-3.9.x`):
28+
29+
```
30+
PackageURL=https://github.com/fracpete/graphviz-treevisualize-weka-package/releases/download/v2017.3.3/graphviz-treevisualize-2017.3.3-3.8.x.zip
31+
Depends=weka (>=3.8.1)
32+
```
33+
34+
```
35+
PackageURL=https://github.com/fracpete/graphviz-treevisualize-weka-package/releases/download/v2017.3.3/graphviz-treevisualize-2017.3.3-3.9.x.zip
36+
Depends=weka (>=3.9.1)
37+
```
38+
39+
* Run the following command to generate the package archive for version `2017.3.3`:
40+
41+
```
42+
ant -f build_package.xml -Dpackage=graphviz-treevisualize-2017.3.3 clean make_package
43+
```
44+
45+
* Collect `.zip` file from `dist` directory and add appropriate suffix (`-3.8.x` or `-3.9.x`)
3246
3347
* Create a release tag on github (v2017.3.3)
34-
* add release notes
35-
* upload package archive from `dist`
48+
* Add release notes
49+
* Upload collected package archives for 3.8.x and 3.9.x
50+
* Update download link in README.md
3651
3752
3853
Maven

0 commit comments

Comments
 (0)