Skip to content

Commit ad4f47e

Browse files
committed
Version 0.7.63
1 parent b24732c commit ad4f47e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -326,22 +326,6 @@ $ pytest --cov-report=term-missing --cov=ciscoconfparse2 ./
326326
...
327327
```
328328

329-
330-
### Editing the Package
331-
332-
This uses the example of editing the package on a git branch called `develop`... It also requires [`hatch`](https://pypi.org/project/hatch/)
333-
334-
- `git clone https://github.com/mpenning/ciscoconfparse2`
335-
- `cd ciscoconfparse2`
336-
- `git branch develop`
337-
- `git checkout develop`
338-
- Add / modify / delete things on the `develop` branch
339-
- `make test`
340-
- If tests run clean, `git commit` all the pending changes on the `develop` branch
341-
- `hatch version micro`
342-
- Edit `CHANGES.md`
343-
- `make cicd`
344-
345329
### Sphinx Documentation
346330

347331
Building the ciscoconfparse2 documentation tarball comes down to this one wierd trick:

0 commit comments

Comments
 (0)