Skip to content

Commit 93b0da6

Browse files
SAPTeamDEVSAPTeamDEV
authored andcommitted
Update to version 1.3
1 parent 2d99f2a commit 93b0da6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Working with this template is very easy. Most of actions is automated. with this
1212
- Then clone your new repository to your computer.
1313
- in module files open `setup.py` with an text editor and replace the variables with your module props.
1414
- Run `setup.py` and after after finishing the first run, delete it.
15-
- Open `module.prop` and `update.json` and change the version and github repo link strings. You don't need to change the entire link, just correct the github account and repo name.
15+
- Open `module.prop` and `update.json` to correct the github account and repo name if it was wrong.
1616
- Put your module files and update the changelog.
1717
- Create a tag and push it. when a new tag is pushed the action is triggered and new release zip is automatically created.
1818
You must check the Actions tab of your project for checking issues.

changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
### Changelog
2-
* Add ModuleDisplayName and ModuleAuthorName variables to setup for more customization.
3-
* Exclude setup and readme files from archiving to reduce zip file size.
2+
* Add ModuleVersion and ModuleVersionCode variables to `setup.py`.
3+
* some bugfixes for `setup.py` variable replacements.
4+
* Add `--dry-run` command line argument to `setup.py` for previewing changes.

0 commit comments

Comments
 (0)