Skip to content

chore: add publish workflow#33

Open
jheddings wants to merge 6 commits intomainfrom
chore/publish-v0.0.1
Open

chore: add publish workflow#33
jheddings wants to merge 6 commits intomainfrom
chore/publish-v0.0.1

Conversation

@jheddings
Copy link
Copy Markdown
Collaborator

Summary

  • Downrev version from 0.1.0 to 0.0.1 for initial sandbox publish
  • Add publish recipe to justfile with release guard, version bump, npm publish, git tag, and push
  • Remove .npmrc from version control and add to .gitignore (registry config is local/personal)

Test plan

  • Published @workday/everywhere@0.0.1 to Artifactory sandbox registry
  • Verify just publish workflow on main after merge

🤖 Generated with Claude Code

jheddings and others added 6 commits April 6, 2026 17:13
- Downrev version to 0.0.1
- Add publish target to justfile
- Remove .npmrc from version control (local config)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds release-guard (clean main branch check) and a release recipe
that bumps version, runs checks and tests, publishes to registry,
then commits, tags, and pushes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The oclif commands live in cli/dist/, not cli/lib/.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add exports map for subpath imports (@workday/everywhere/components,
/hooks, /data, /build). Downgrade vite from ^8 to ^7 to resolve
compatibility issues with downstream consumers.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jheddings jheddings changed the title chore: add publish workflow and configure v0.0.1 chore: add publish workflow Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant