versioner
versioner
The CURRENT
shards version
.. SHOULD MATCH ..
# to be automated...
0.0.1a
VERSION: 0.0.1a
Installation
-
Add the dependency to your
shard.yml
:dependencies: versioner: github: drhuffman12/versioner
-
Run
shards install
Usage
require "versioner"
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- FORK it (https://github.com/drhuffman12/versioner/fork)
- Make sure you are on the main/master BRANCH (
git branch
git reset --hard; git checkout master; git pull origin master
) - Create your FEATURE branch (
git checkout -b my-new-feature
) - TEST existing changes!!! (
crystal spec --error-trace
) - VERIFY your "Changes to be committed" (
git status
) - *** (Please) correctly update the VERSION!!! (Edit/Syncup
src/versioner/about.cr
andshard.yml
and in the notes above, under "SHOULD MATCH") - ADD your CHANGES (
git add my-new-files
) - Update and VERSION your changes (
git add README.md; git add shard.yml; git add src/versioner/about.cr
) - TEST your changes!!! (
crystal spec --error-trace
) - COMMIT your changes to your new branch (
git commit -am 'my-new-feature description'
) - PUSH to the branch (
git push origin my-new-feature
) - Create a new Pull Request, get it Approved, and Merge it!
Contributors
- Daniel Huffman - creator and maintainer
Repository
versioner
Owner
Statistic
- 0
- 0
- 0
- 0
- 3
- 2 days ago
- July 11, 2025
License
Links
Synced at
Sat, 19 Jul 2025 23:40:50 GMT
Languages