QuickCorp / QuickCorp/QCObjects-SDK
Add standard release.yml workflow
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Summary
Add a release.yml workflow to this repo matching the standard pipeline defined in the main issue:
Main issue: QCObjects/qcobjects-cli#15 — Standard release.yml workflow for all 5 packages
What to add
.github/workflows/release.yml with the following behavior:
- Triggered by
workflow_dispatchwithbumpinput (patch/minor/major) - Reads
VERSIONfile, bumps the version component, writes it back - Runs
npm versionto syncpackage.jsonand create an annotated tag - Pushes commit + tag
- The tag push triggers the existing
npmpublish.ymlto publish to npm
See the main issue for the full workflow draft.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with .github/workflows/npmpublish.yml and the VERSION and package.json files, then read the workflow draft in QCObjects/qcobjects-cli#15. Implement .github/workflows/release.yml with the specified workflow_dispatch bump input and version/tag steps. Done means the workflow pushes the commit and annotated tag, allowing the existing publish workflow to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, javascript
- Domain
- ci-cd, devops, release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100