@versu/core 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/dist/utils/version.d.ts +1 -1
- package/dist/utils/version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -130,7 +130,7 @@ Versu uses [conventional-changelog-writer](https://github.com/conventional-chang
|
|
|
130
130
|
|
|
131
131
|
### Gradle Adapter
|
|
132
132
|
|
|
133
|
-
Gradle support is provided by the **[@versu/plugin-gradle]
|
|
133
|
+
Gradle support is provided by the **[@versu/plugin-gradle][plugin-gradle]** package.
|
|
134
134
|
|
|
135
135
|
**Features:**
|
|
136
136
|
|
|
@@ -242,7 +242,7 @@ const myPlugin: PluginContract = {
|
|
|
242
242
|
export default myPlugin;
|
|
243
243
|
```
|
|
244
244
|
|
|
245
|
-
See [@versu/plugin-gradle]
|
|
245
|
+
See [@versu/plugin-gradle][plugin-gradle] for a complete implementation example.
|
|
246
246
|
|
|
247
247
|
## Development
|
|
248
248
|
|
|
@@ -279,7 +279,7 @@ npm publish --workspace packages/core --access public
|
|
|
279
279
|
|
|
280
280
|
- **[@versu/cli](../cli)** - Command-line interface
|
|
281
281
|
- **[@versu/action](../action)** - GitHub Actions integration
|
|
282
|
-
- **[@versu/plugin-gradle]
|
|
282
|
+
- **[@versu/plugin-gradle][plugin-gradle]** - Gradle adapter plugin
|
|
283
283
|
|
|
284
284
|
## Requirements
|
|
285
285
|
|
|
@@ -289,3 +289,5 @@ npm publish --workspace packages/core --access public
|
|
|
289
289
|
## License
|
|
290
290
|
|
|
291
291
|
MIT License - see [LICENSE](../../LICENSE) for details.
|
|
292
|
+
|
|
293
|
+
[plugin-gradle]: https://github.com/versuhq/plugin-gradle
|
package/dist/utils/version.d.ts
CHANGED
package/dist/utils/version.js
CHANGED