Skip to content

Commit

Permalink
Merge pull request #38 from simatic-ax/renovate/ax-sdk-2405.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency @ax/sdk to v2405
  • Loading branch information
sjuergen authored Jul 1, 2024
2 parents 75442b0 + c9ad0bb commit ab32d87
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ This tutorial is structured in multiple sequential chapters. Be sure to read [Ap

Thanks for your interest in contributing. Anybody is free to report bugs, unclear documentation, and other problems regarding this repository in the Issues section or, even better, propose any changes to this repository using Pull Requests.

### Markdownlint-cli

This workspace will be checked by the [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) (there is also documented ho to install the tool) tool in the CI workflow automatically.
To avoid, that the CI workflow fails because of the markdown linter, you can check all markdown files locally by running the markdownlint with:

```sh
markdownlint **/*.md --fix
```

## License and Legal information

Please read the [Legal information](LICENSE.md)
2 changes: 1 addition & 1 deletion apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variables:
APAX_BUILD_ARGS:
- --debug
devDependencies:
"@ax/sdk": 2311.0.1
"@ax/sdk": 2405.0.0
dependencies:
"@simatic-ax/io": 5.0.0
"@ax/system-timer": 6.0.94
Expand Down
8 changes: 2 additions & 6 deletions doc/publishing-lib.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ When you want to publish your package in a repository that is inside an organiza
The key file will be located in ~/.apax/apax.signkey in the home directory.
![debug](./doc/images/../../images/keypair.PNG)
>Note the `apax pack`need the key to sign the package.
>Note the `apax pack`need the key to sign the package.
1. Users can enter your package scope and public key in the publicKeys section of their apax.yml to detect corruption or manipulation when installing packages.
Expand All @@ -81,7 +80,6 @@ When you want to publish your package in a repository that is inside an organiza
The version in the apax.yml will be changed
1. now we're able to create the package with the command:
```cli
Expand All @@ -92,11 +90,9 @@ When you want to publish your package in a repository that is inside an organiza
>Tip: you can open the *.tgz file with any zip/unzip program
### Create package by scripts
With Apax, you're able to define some own scripts. In this example we create a script which create a package. By excute the command
With Apax, you're able to define some own scripts. In this example we create a script which create a package. By execute the command
1. Open the apax.yml
Expand Down

0 comments on commit ab32d87

Please sign in to comment.