Skip to content

Commit

Permalink
Remove the "GitHub Actions" subsection heading from MAINTENANCE.md (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Mar 15, 2021
1 parent 8e2b2e6 commit 1fb9e2e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions MAINTENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ If you want to make a contribution to the project, see the
* [Branches](#branches)
* [Reviewing and Merging Pull Requests](#reviewing-and-merging-pull-requests)
* [Continuous Integration](#continuous-integration)
- [Github Actions](#github-actions)
* [Continuous Documentation](#continuous-documentation)
* [Making a Release](#making-a-release)
- [Updating the Changelog](#updating-the-changelog)
Expand Down Expand Up @@ -66,8 +65,6 @@ build and test the project on Linux, macOS and Windows.
They rely on the `environment.yml` file to install required dependencies using
conda and the `Makefile` to run the tests and checks.

### GitHub Actions

There are 8 configuration files located in `.github/workflows`:

1. `style_checks.yaml` (Code lint and style checks)
Expand Down Expand Up @@ -170,7 +167,7 @@ publishing the actual release notes at https://www.pygmt.org/latest/changes.html
typo fixes, CI configuration, etc).
5. Edit the list of people who contributed to the release, linking to their
GitHub account. Sort their names by the number of commits made since the
last release (e.g. use `` git shortlog HEAD...v0.1.2 -sne ``).
last release (e.g., use `git shortlog HEAD...v0.1.2 -sne`).
6. Update `README.rst` with new information on the new release version, namely
the BibTeX citation, a vX.Y.Z documentation link, and compatibility with
Python and GMT versions.
Expand Down

0 comments on commit 1fb9e2e

Please sign in to comment.