Skip to content

Simplify PyGMT Release process#446

Merged
weiji14 merged 7 commits intomasterfrom
simplify_release_process
May 25, 2020
Merged

Simplify PyGMT Release process#446
weiji14 merged 7 commits intomasterfrom
simplify_release_process

Conversation

@weiji14
Copy link
Member

@weiji14 weiji14 commented May 21, 2020

Description of proposed changes

Releases can take a lot of time, so best to streamline the process so that we don't get put off by it!

This PR does two things:

In the future, we'll need to label our Pull Requests accordingly (e.g. as bug, enhancement, documentation, etc), and this should keep a running draft changelog under https://github.com/GenericMappingTools/pygmt/releases.

Fixes #444, #443.

Reminders

  • Run make format and make check to make sure the code follows the style guide.
  • Add tests for new features or tests that would have caught the bug that you're fixing.
  • Add new public functions/methods/classes to doc/api/index.rst.
  • Write detailed docstrings for all functions/methods.
  • If adding new functionality, add an example to docstrings or tutorials.

@weiji14 weiji14 added this to the 0.1.x milestone May 21, 2020
Automatically keeps a running changelog at https://github.com/GenericMappingTools/pygmt/releases every time a Pull Request is merged with a tagged label. Also documented this release-drafter tool in MAINTENANCE.md.
@weiji14 weiji14 modified the milestones: 0.1.x, 0.2.x May 21, 2020
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
@weiji14 weiji14 mentioned this pull request May 22, 2020
9 tasks
@vercel vercel bot temporarily deployed to Preview May 22, 2020 03:54 Inactive
* Update the instructions for updating the conda package

Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
@weiji14 weiji14 added the maintenance Boring but important stuff for the core devs label May 25, 2020
@weiji14 weiji14 merged commit 5f978c8 into master May 25, 2020
@weiji14 weiji14 deleted the simplify_release_process branch May 25, 2020 04:28
@weiji14
Copy link
Member Author

weiji14 commented May 25, 2020

Ok, need to remove the with since it's not used... Edit: Done in #457.

@weiji14
Copy link
Member Author

weiji14 commented May 25, 2020

Awesome, it's working over at https://github.com/GenericMappingTools/pygmt/releases!

Release Drafter Github Action drafting release notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Boring but important stuff for the core devs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a PyGMT release checklist

2 participants