Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 0 additions & 6 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co

Versioner GitHub Action - a TypeScript GitHub Action that sends build and deployment events to the Versioner API. Node.js 20, @actions/core, Axios.

## Cross-Repo Context

This repo is part of the Versioner ecosystem. Before starting work:
- Use the `/kanban-markdown` skill or read `../.devtool/features/` for current status and priorities
- Read relevant feature docs from `../docs/specs/`
- Update feature file status in `../.devtool/features/` as you complete tasks, add entries to `../changelog.md`

## Build & Test Commands

Expand Down
2 changes: 1 addition & 1 deletion dist/api-client.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/github-context.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35092,7 +35092,7 @@ function writeSummary(eventType, version, status, scmSha, apiUrl, resourceId, en
summary += `- **Version:** \`${version}\`\n`;
summary += `- **Git SHA:** \`${scmSha}\`\n\n`;
if (resourceId && resourceId !== 'undefined') {
const viewUrl = `${hostname}/manage/versions?view=${resourceId}`;
const viewUrl = `${hostname}/manage/catalog?tab=versions&view=${resourceId}`;
summary += `<a href="${viewUrl}" target="_blank">View in Versioner →</a>\n`;
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/inputs.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/types.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function writeSummary(
summary += `- **Version:** \`${version}\`\n`
summary += `- **Git SHA:** \`${scmSha}\`\n\n`
if (resourceId && resourceId !== 'undefined') {
const viewUrl = `${hostname}/manage/versions?view=${resourceId}`
const viewUrl = `${hostname}/manage/catalog?tab=versions&view=${resourceId}`
summary += `<a href="${viewUrl}" target="_blank">View in Versioner →</a>\n`
}
} else {
Expand Down
Loading