File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,18 @@ The content of this repository is distributed under the [Apache 2.0 license](./L
35
35
https://github.com/ReproNim/reproschema/graphs/contributors
36
36
37
37
### Developer notes
38
-
39
- To run the Python scripts in the scripts directory,
40
- you will need to install the following libraries via pip
38
+ To run the Python scripts in the scripts directory, you will need to install the
39
+ following libraries via pip
41
40
42
41
- reproschema (makeRelease.py)
42
+ - pytablewriter (editProperties.py)
43
43
44
- A new release can be triggered by making a [ Github release] ( https://github.com/ReproNim/reproschema/releases ) .
44
+ To make a new release:
45
45
46
- ## Style guide
46
+ ``` bash
47
+ python scripts/makeRelease.py < version>
48
+ python scripts/editProperties.py < version>
49
+ ```
47
50
48
51
In addition, this repo uses pre-commit to check styling.
49
52
You can’t perform that action at this time.
0 commit comments