ibis-bigquery icon indicating copy to clipboard operation
ibis-bigquery copied to clipboard

document / automate release process

Open tswast opened this issue 4 years ago • 3 comments

  • [ ] How is changelog / whatsnew updated?
  • [ ] How is version string updated?
  • [ ] Tests before uploading to PyPI?

tswast avatar Apr 12 '21 14:04 tswast

Might want to use https://github.com/google-github-actions/release-please-action

tswast avatar Apr 12 '21 14:04 tswast

I've setup the conventional commits linter and release-please bots from https://github.com/googleapis/repo-automation-bots

This should at least automate maintenance of version.py and the changelog. The actual push to PyPI (and then conda-forge) will still require some human intervention.

tswast avatar Apr 27 '21 18:04 tswast

Not sure why release-please didn't open a PR. Using the NPM package locally worked. Release at https://pypi.org/project/ibis-bigquery/0.1.0/

tswast avatar Apr 27 '21 19:04 tswast