antonioribeiro / antonioribeiro/version
reset major, minor and patch values
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 592
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
Hey there, I'm using the package for a while on a project but now I'm trying to reset the values like minor and patch to zero. For example currently I have v 0.0.12, and with artisan version:patch get v 0.0.13. So far so good, now if I'm planning to release a new version like v 1.0.0...how can I reset the patch value? or automatically on minor or major increments it's reseted?
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 by inspecting the Artisan version:patch command and the existing major, minor, and patch increment behavior. Clarify whether lower version components should reset automatically or through a separate command, then verify the expected transition from v0.0.13 to v1.0.0.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- laravel, php
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100