Skip to content

pygmt.params.Position: Validate the values of cstype (#4645) #2980

pygmt.params.Position: Validate the values of cstype (#4645)

pygmt.params.Position: Validate the values of cstype (#4645) #2980

# Draft the next release notes
#
# This workflow is run to update the next release notes as pull requests are merged into
# the main branch. The configuration file is located at `.github/release-drafter.yml`.
#
name: Release Drafter
on:
push:
branches:
- main
# Permissions for default token (secrets.GITHUB_TOKEN)
permissions:
contents: write
jobs:
update_release_draft:
runs-on: ubuntu-slim
if: github.repository == 'GenericMappingTools/pygmt'
steps:
- uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1
with:
config-name: release-drafter.yml