release
SolidStep through versioning, tagging, and verification
AI & Automation 4,373 stars
848 forks Updated today NOASSERTION
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
## Prepare
Confirm the repo is on `main` and clean. Keep changes aligned with OpenCode primitives like `.opencode`, `opencode.json`, skills, and plugins when relevant.
---
## Bump
Update versions in `packages/app/package.json`, `packages/desktop/package.json`, `packages/orchestrator/package.json` (publishes as `ipollowork-orchestrator`), `packages/desktop/src-tauri/tauri.conf.json`, and `packages/desktop/src-tauri/Cargo.toml`. Use one of these commands.
```bash
pnpm bump:patch
pnpm bump:minor
pnpm bump:major
pnpm bump:set -- 0.1.21
```
---
## Merge
Merge the version bump into `main`. Make sure no secrets or credentials are committed.
---
## Tag
Create and push the tag to trigger the Release App workflow.
```bash
git tag vX.Y.Z
git push origin vX.Y.Z
```
---
## Rerun
If a tag needs a rerun, dispatch the workflow.
```bash
gh workflow run "Release App" --repo Devin-AXIS/iPolloWork -f tag=vX.Y.Z
```
---
## Verify
Confirm the run and the published release.
```bash
gh run list --repo Devin-AXIS/iPolloWork --workflow "Release App" --limit 5
gh release view vX.Y.Z --repo Devin-AXIS/iPolloWork
```
Details
- Author
- Devin-AXIS
- Repository
- Devin-AXIS/iPolloWork
- Created
- 12 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- NOASSERTION
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
release
Tag a new version, push to trigger CI, monitor the build, and verify the GitHub release
0 Updated today
AnotherSava AI & Automation Listed
release
Release preparation and publishing
10 Updated today
Smart-AI-Memory AI & Automation Solid
release
Increment the package version, commit the release, create a matching version tag, and push main plus the tag. Use when releasing this repo, publishing the package, bumping the version, tagging a release, or when the user asks to "release", "bump ver", "tag", or "push tags".
41 Updated yesterday
dzhng