change
Version, currently 1.0.02 versions
- 1.0.1latestJun 21, 2024
- 1.0.0not indexedJun 21, 2024
github.com/xendk/change
Small tool to automate creation of Crystal shards and apps releases.
Nothing has been indexed for 1.0.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
change:
github: xendk/change
version: ~> 1.0.0Then run:
shards installshard.yml
No shard.yml has been indexed for 1.0.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
Change
Small tool to automate creation of Crystal shards and apps releases.
Change updates CHANGELOG.md and shard.yml, commits it and tags it.
It doesn't push it which allows you to give it the final eyeball.
Installation
Change can be installed as a development dependency:
development_dependencies:
change:
github: xendk/change
Alternatively you can compile the binary and put it in your path.
Usage
Creating a CHANGELOG.md can be done with change create.
While working on your project add changelog entries under the ### Unreleased header, following the format described in keep a
changelog.
When ready for a new release simply run change 1.0.0 to create the
1.0.0 release. You can run the program with -n to see what it will
do.
As a convenience, if the unrelased header is formatted as
## <version> - Unreleased
You do not need to supply a version to change, it'll use the version
from the header and make the next unreleased version the following
patch version.
The reasoning is that whether the next release will be a major, minor or patch release is most present when adding the changelog entries, and fixing the header at the same time is a way to record this.
Contributing
- Fork it (https://github.com/xendk/change/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Thomas Fini Hansen - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
1.0.0- Tagged
- Jun 21, 2024
- Commit
723b41339ed5- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/xendk/change
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 17, 2026
- Synced
- Aug 17, 2026
- Versions
- 2