Tags: meichuanyi/julep
Tags
Merge pull request julep-ai#1395 from julep-ai/codex/implement-task-e… …xecution-logic-in-run-py
feat: Update README social banner and bake-push-to-hub.yml (julep-ai#537 )
fix: Bake on release as well (julep-ai#532) Enhance workflows to bake images on release and generate changelogs from release notes. - **Workflows**: - Update `.github/workflows/bake-push-to-hub.yml` to trigger on `release` events in addition to `push` to `dev` and tags `v*`. - Update `.github/workflows/changelog-ci.yml` to trigger on `release` events and generate changelog from release notes using `rhysd/changelog-from-release/action@v3`.
feat: Add changelog from release notes (julep-ai#530) Update GitHub Actions workflow to generate changelog from release notes on release event. - **Workflow Changes**: - Renames workflow from `Changelog CI` to `Changelog on release` in `.github/workflows/changelog-ci.yml`. - Changes trigger from `pull_request` to `release` with type `published`. - **Actions**: - Updates `actions/checkout` from `v2` to `v4` with `fetch-depth: 0` and `ref: dev`. - Replaces `saadmk11/changelog-ci@v1.1.2` with `rhysd/changelog-from-release/action@v3` to generate changelog from release notes.
fix: Avoid loosing type hints because of decorators (julep-ai#379) Co-authored-by: Diwank Singh Tomer <diwank.singh@gmail.com>
feat: Publish py@0.2.11 and npm@0.2.12 (julep-ai#410) Signed-off-by: Diwank Singh Tomer <diwank.singh@gmail.com>