[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
chore: update developer doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dastrong-codiga committed Dec 2, 2022
1 parent 837f42f commit a8dad4c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PYTHONPATH=. python3 -m unittest discover tests

### Publishing new version

Step 1: bump the version in `code_inspector/version.py` on the master branch
Step 1: Bump the version in `codiga/version.py` on the master branch

Step 2: Commit the code

Expand All @@ -43,9 +43,8 @@ git commit -a
git push
```

Step 3: merge master in production
Step 3: Draft a new release

```bash
git checkout production
git merge master
```
- choose/create a tag for the release and match the version number set above (vX.X.X)
- add a detailed log of what's changed
- Publish release

0 comments on commit a8dad4c

Please sign in to comment.