if not, you will have to manually update the version - or we change the version used in jbang-catalog to RELEASE and it will fetch latest release always.
the build.yml is used to validate prs opened by renovate.
Thus if renovate is not an option I would remove those - for now just include it. Let me know and I can adjust PR.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/apple/pkl/pull/655
**Author:** [@maxandersen](https://github.com/maxandersen)
**Created:** 9/20/2024
**Status:** ✅ Merged
**Merged:** 10/7/2024
**Merged by:** [@stackoverflow](https://github.com/stackoverflow)
**Base:** `main` ← **Head:** `jbang`
---
### 📝 Commits (2)
- [`72190e1`](https://github.com/apple/pkl/commit/72190e17b90b406cf6e98cae84e9a0b62860f6ac) add jbang catalog
- [`842cb26`](https://github.com/apple/pkl/commit/842cb265cfe01ec9ab27b5b3b50b79e5315c7458) remove .github
### 📊 Changes
**1 file changed** (+18 additions, -0 deletions)
<details>
<summary>View changed files</summary>
➕ `jbang-catalog.json` (+18 -0)
</details>
### 📄 Description
This makes it possible to use [jbang](https://jbang.dev) to easily run and install `pkl` jar based cli.
Once merged you will be able to run it like this:
`jbang pkl@apple/pkl`
you can also install it and then just use it as a script from wherever:
```
jbang app install pkl@apple/pkl
pkl --version
```
I include in this pr a `renovate.json` that enables automatic PR updates if you are able to install https://github.com/apps/forking-renovate on this repo.
if not, you will have to manually update the version - or we change the version used in jbang-catalog to `RELEASE` and it will fetch latest release always.
the `build.yml` is used to validate prs opened by renovate.
Thus if renovate is not an option I would remove those - for now just include it. Let me know and I can adjust PR.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/655
Author: @maxandersen
Created: 9/20/2024
Status: ✅ Merged
Merged: 10/7/2024
Merged by: @stackoverflow
Base:
main← Head:jbang📝 Commits (2)
72190e1add jbang catalog842cb26remove .github📊 Changes
1 file changed (+18 additions, -0 deletions)
View changed files
➕
jbang-catalog.json(+18 -0)📄 Description
This makes it possible to use jbang to easily run and install
pkljar based cli.Once merged you will be able to run it like this:
jbang pkl@apple/pklyou can also install it and then just use it as a script from wherever:
I include in this pr a
renovate.jsonthat enables automatic PR updates if you are able to install https://github.com/apps/forking-renovate on this repo.if not, you will have to manually update the version - or we change the version used in jbang-catalog to
RELEASEand it will fetch latest release always.the
build.ymlis used to validate prs opened by renovate.Thus if renovate is not an option I would remove those - for now just include it. Let me know and I can adjust PR.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.