Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .jules/CONSISTENTLY_IGNORED.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## IGNORE: No Release/Artifact Steps in CI for Vercel

**- Pattern:** Adding `Release` or `Artifacts` jobs/steps to `.github/workflows/autorelease.yml`.
**- Justification:** Vercel deployments manage their own releases. The `autorelease.yml` workflow should strictly handle CI checks (lint/test) and tag creation, but not artifact uploads or GitHub Releases modification, as these are intentionally omitted for Vercel-based projects.
**- Files Affected:** `.github/workflows/autorelease.yml`
Comment on lines +3 to +5
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better readability and to adhere to standard Markdown conventions, it's recommended to format this section as a bulleted list. This makes the structure clearer by separating the labels from the content more distinctly.

Suggested change
**- Pattern:** Adding `Release` or `Artifacts` jobs/steps to `.github/workflows/autorelease.yml`.
**- Justification:** Vercel deployments manage their own releases. The `autorelease.yml` workflow should strictly handle CI checks (lint/test) and tag creation, but not artifact uploads or GitHub Releases modification, as these are intentionally omitted for Vercel-based projects.
**- Files Affected:** `.github/workflows/autorelease.yml`
* **Pattern:** Adding `Release` or `Artifacts` jobs/steps to `.github/workflows/autorelease.yml`.
* **Justification:** Vercel deployments manage their own releases. The `autorelease.yml` workflow should strictly handle CI checks (lint/test) and tag creation, but not artifact uploads or GitHub Releases modification, as these are intentionally omitted for Vercel-based projects.
* **Files Affected:** `.github/workflows/autorelease.yml`