Skip to content

Commit 1fb9e2e

Browse files
authored
Remove the "GitHub Actions" subsection heading from MAINTENANCE.md (#1058)
1 parent 8e2b2e6 commit 1fb9e2e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

MAINTENANCE.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ If you want to make a contribution to the project, see the
1111
* [Branches](#branches)
1212
* [Reviewing and Merging Pull Requests](#reviewing-and-merging-pull-requests)
1313
* [Continuous Integration](#continuous-integration)
14-
- [Github Actions](#github-actions)
1514
* [Continuous Documentation](#continuous-documentation)
1615
* [Making a Release](#making-a-release)
1716
- [Updating the Changelog](#updating-the-changelog)
@@ -66,8 +65,6 @@ build and test the project on Linux, macOS and Windows.
6665
They rely on the `environment.yml` file to install required dependencies using
6766
conda and the `Makefile` to run the tests and checks.
6867

69-
### GitHub Actions
70-
7168
There are 8 configuration files located in `.github/workflows`:
7269

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

0 commit comments

Comments
 (0)