mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-01-11 01:20:37 +00:00
16 lines
180 B
Markdown
16 lines
180 B
Markdown
|
### Problem
|
||
|
|
||
|
...
|
||
|
|
||
|
### Solution
|
||
|
|
||
|
...
|
||
|
|
||
|
### Notes
|
||
|
|
||
|
Use [semver](https://semver.org/) to bump `VERSION`, and remember to run the following after
|
||
|
merging your PR:
|
||
|
|
||
|
```
|
||
|
make push-tag
|
||
|
```
|