Skip to content

Commit

Permalink
update readmes with usage instuructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 18, 2021
1 parent c1a3cdb commit 6cf60d2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
</p>


# Usage

```
cd /path/to/git/repo
cat pkg/version/version.go
# const VERSION = "0.0.3"
# export PACKAGR_PACKAGE_TYPE=[major/minor/patch]
packagr-bumpr start --scm github --package_type golang
cat pkg/version/version.go
# const VERSION = "0.0.4"
```

# Inputs
- `package_type`
- `scm`
Expand Down

0 comments on commit 6cf60d2

Please sign in to comment.