Update README.md (#2349)

* Update README.md

Versioning instructions

* Update README.md

Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com>

Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com>
This commit is contained in:
Dan Rose 2022-09-06 16:13:53 -05:00 committed by GitHub
parent 5bef1e4976
commit 508a7695da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,15 @@ contain a .nimble file, or else it will be rejected.
The requirements might change in future.
## Releasing a new package version
The version number in the directory is derived from git tags (not the `version` field in the `.nimble` script). To release a new version of a package, follow the [instructions from the Nimble readme](https://github.com/nim-lang/nimble#releasing-a-new-version):
> * Increment the version in your ``.nimble`` file.
> * Commit your changes.
> * Tag your release, by for example running ``git tag v0.2.0``.
> * Push your tags and commits.
## Renaming packages
To rename a package you will need to add a new entry for your package. Simply