@parfeon some information which may help you listed below.
Available commands and options
List of comments which can trigger deployment action:
- `@client-engineering-bot help` to get this information
- `@client-engineering-bot release [] [as []]` complete preparation before merge to default branch.
- `project` - _optional_ identifier of project from `.github/release/projects.json` which should be released.
By default repository root will be used.
- `version` - _optional_ custom version with which release should be done.
By default next version is based on changes mentioned in initial PR comment.
fix: Replaced Random class with RandomNumberGenerator for secure random bytes
Replaced Random class with RandomNumberGenerator for secure random bytes
fix: Handling of SendFile file size exceeded error message and refactored DeleteFile
Handling of SendFile file size exceeded error message and refactored DeleteFile
fix: Refactored Encrypt/Decrypt methods in calling PubnubCrypto constructor with config
Refactored Encrypt/Decrypt methods in calling PubnubCrypto constructor with config
BREAKING CHANGES: Something broken Closes: #212