https://github.com/liquibase/liquibase-extension-example
Example repository for creating your own Liquibase extensions
https://github.com/liquibase/liquibase-extension-example
core extension oss
Last synced: 6 months ago
JSON representation
Example repository for creating your own Liquibase extensions
- Host: GitHub
- URL: https://github.com/liquibase/liquibase-extension-example
- Owner: liquibase
- License: apache-2.0
- Created: 2021-06-25T15:06:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T12:07:56.000Z (about 1 year ago)
- Last Synced: 2024-09-12T23:24:10.524Z (about 1 year ago)
- Topics: core, extension, oss
- Language: Java
- Homepage:
- Size: 78.1 KB
- Stars: 4
- Watchers: 12
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 🔥 liquibase-extension-example
Example repository for creating your own Liquibase CORE and Liquibase PRO extensions.
This repository uses the reusable workflows from the [liquibase/build-logic](https://github.com/liquibase/build-logic) repository. 🚀🔐 **Secrets** required for extensions using this template are documented in our infrastructure repository [here](https://github.com/liquibase/liquibase-infrastructure/blob/master/github/README.md).
---
### 🛠️ Modify `test.yml` as per your requirement
✅ **OSS-Extension**: use the reusable workflow block below:
```yaml
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.3
```✅ **PRO-Extension** : use the below reusable workflow block :
```yaml
uses: liquibase/build-logic/.github/workflows/pro-extension-test.yml@v0.5.5
```