release
SolidTest and publish one exact aweb OSS candidate using artifact tags.
AI & Automation 80 stars
9 forks Updated 5 days ago MIT
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Release OSS
`main` is synchronization only. Decide the artifact tags before testing.
1. Run `make release-candidate TAGS='tag-vX.Y.Z ...'` from the final clean
commit. It runs every local Docker test and E2E and creates the tags only on
complete success.
2. Push each resulting tag separately with `git push origin refs/tags/<tag>`.
3. Each tag invokes only its thin artifact publisher; hosted publishers never
rerun product suites.
During a hosted-runner outage, use `make release-publish TAG=<tag>` with the
registry credential documented in `docs/release.md`.
Details
- Author
- awebai
- Repository
- awebai/aweb
- Created
- 7 months ago
- Last Updated
- 5 days ago
- Language
- Go
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
release-tag
Cut and publish a codeweb release end-to-end — prep the version/changelog file ecosystem, land it on main, push the vX.Y.Z tag, and let the tag-triggered workflow publish the GitHub Release. Use when asked to "cut a release", "tag a release", "publish vX.Y.Z", "do the release", or "ship version X".
0 Updated 4 days ago
GhostlyGawd AI & Automation Listed
release
Tag a new version, push to trigger CI, monitor the build, and verify the GitHub release
1 Updated 2 days ago
AnotherSava AI & Automation Solid
release
Step through versioning, tagging, and verification
5,775 Updated today
Devin-AXIS