Skip to content

Commit c55c985

Browse files
docs(contributing): remove outdated instructions (#1458)
1 parent 8ca5035 commit c55c985

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export RHOAS_DEV=true
3737
rhoas service-registry
3838
```
3939

40-
To permamently enable dev commands add export to your bash/zsh profile files
40+
To permanently enable dev commands add export to your bash/zsh profile files
4141

4242
```bash
4343
export RHOAS_DEV=true
@@ -62,10 +62,6 @@ Builds an executable binary `rhoas` of the CLI in the project root. Executable o
6262

6363
Formats source code.
6464

65-
### `make generate`
66-
67-
Generates code based on comments in code. This is primarily used to generate interface stubs using [moq](https://github.com/matryer/moq).
68-
6965
### Testing
7066

7167
If you have the Go extension for VS Code, you can generate test stubs for a file, package or function. See [Go#Test](https://code.visualstudio.com/docs/languages/go#_test)
@@ -90,7 +86,7 @@ Starts the mock all services Manager API and Instance API at [`http://localhost:
9086

9187
### Logging in
9288

93-
To log in to the mock API, run `rhoas login against the local server` with your authentication token:
89+
To log in to the mock API, run `rhoas login` against the local server with your authentication token:
9490

9591
```shell
9692
rhoas login --api-gateway=http://localhost:8000
@@ -163,9 +159,7 @@ Once pushed, a [GitHub Action](https://github.com/redhat-developer/app-services-
163159

164160
> NOTE: To create a pre-release, the tag should have appropriate suffix, e.g v0.20.1-alpha1
165161
166-
### Generate a changelog
167-
168-
> NOTE: This step is not required for pre-releases.
162+
### Changelog generation
169163

170164
[git-chglog](https://github.com/git-chglog/git-chglog) is used to generate a changelog for the current release.
171165

0 commit comments

Comments
 (0)