mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 14:13:05 +00:00
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:
parent
5bef1e4976
commit
508a7695da
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user