Update README.md with release information
This commit is contained in:
parent
806ff9b4c1
commit
9f4d85e707
@ -36,13 +36,14 @@ By default, the config file is searched for in `[HOME_DIR]./config/grm/config.ya
|
|||||||
|
|
||||||
### Commands
|
### Commands
|
||||||
|
|
||||||
| command | Description |
|
| command | Description |
|
||||||
|---------|-------------|
|
|---------|--------------------------------------------------------------------------------------------------------------------|
|
||||||
| sync | Fetches changes from repositories or pulls a repository if one does not exist.
|
| sync | Fetches changes from repositories or pulls a repository if one does not exist. |
|
||||||
| status | Get repository information - what is the current branch, how many commits are above and behind it for each remote.
|
| status | Get repository information - what is the current branch, how many commits are above and behind it for each remote. |
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
- 0.3.2 3rd party security libs update
|
||||||
- 0.3.1 Upgrade to Go 1.19
|
- 0.3.1 Upgrade to Go 1.19
|
||||||
- 0.3.0 Adding the ability to limit actions to repositories containing a given name or tags
|
- 0.3.0 Adding the ability to limit actions to repositories containing a given name or tags
|
||||||
- 0.2.0 Add status command - get information about the current status in the repository
|
- 0.2.0 Add status command - get information about the current status in the repository
|
||||||
|
@ -18,4 +18,4 @@ tasks:
|
|||||||
deps:
|
deps:
|
||||||
- build
|
- build
|
||||||
cmds:
|
cmds:
|
||||||
- go install .
|
- go install .
|
||||||
|
Loading…
Reference in New Issue
Block a user