We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a8f4c commit afbe261Copy full SHA for afbe261
README.md
@@ -11,6 +11,15 @@ git-semver assumes that the commit messages in the git history are well-formed a
11
$ docker pull psanetra/git-semver
12
```
13
14
+## Build Process
15
+
16
+To build locally for testing, ensure you have `go` installed.
17
18
+1. `cd` to the `cli` folder of the repo.
19
+2. Run `go build -o <output_file>` to build the package.
20
+3. Once complete, copy the package to a location in your terminal's path.
21
+4. Run `source ~/.bashrc` (or appropriate `.rc` file for your terminal) to include the new package.
22
23
## Commands
24
25
### latest
0 commit comments