https://github.com/leftshiftone/skill-contracts
This repository contains all leftshiftone contracts used by their skills
https://github.com/leftshiftone/skill-contracts
Last synced: 2 months ago
JSON representation
This repository contains all leftshiftone contracts used by their skills
- Host: GitHub
- URL: https://github.com/leftshiftone/skill-contracts
- Owner: leftshiftone
- License: apache-2.0
- Created: 2020-07-09T10:56:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T10:16:26.000Z (about 3 years ago)
- Last Synced: 2023-10-02T09:55:24.311Z (over 2 years ago)
- Language: Kotlin
- Size: 118 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SKILL-CONTRACTS
This repository contains all leftshiftone contracts used by their skills
[](https://circleci.com/gh/leftshiftone/skill-contracts)
[](https://github.com/leftshiftone/skill-contracts/tags)
## Development
### Release
Releases are triggered locally. Just a tag will be pushed and CI takes care of the rest.
#### Major
Run `./gradlew final -x sendReleaseEmail -Prelease.scope=major` locally.
#### Minor
Run `./gradlew final -x sendReleaseEmail -Prelease.scope=minor` locally.
#### Patch
Must be released from branch (e.g. `release/1.0.x`)
Run `./gradlew final -x sendReleaseEmail -Prelease.scope=patch` locally.