Skip to content

Commit

Permalink
add instructions for updating the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Mar 23, 2021
1 parent 5cd957d commit f837508
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ Make an **annotated, signed** tag for the release. The tag must have the name:
git tag -s v<version> -m "version <version>"
```

### Update the changelog
Use
```
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app ferrarimarco/github-changelog-generator -u python-adaptive -p adaptive -t API_TOKEN_HERE
```
and commit the relevant parts using
```
git commit -p CHANGELOG.md
```

### Build a source tarball and wheels and test it

Expand Down Expand Up @@ -84,7 +93,6 @@ twine upload dist/*
```



## Update the [conda-forge recipe](https://github.com/conda-forge/adaptive-feedstock)

* Fork the [feedstock repo](https://github.com/conda-forge/adaptive-feedstock)
Expand Down

0 comments on commit f837508

Please sign in to comment.