Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog #59

Merged
merged 3 commits into from
Jun 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/changelog-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Check Changelog
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- main
jobs:
Check-Changelog:
name: Check Changelog Action
runs-on: ubuntu-20.04
steps:
- uses: tarides/changelog-check-action@v1
8 changes: 8 additions & 0 deletions .github/workflows/pr-number.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Populate GitHub PR number in Changelog
on: [pull_request_target]
jobs:
Populate-Changelog-Action:
runs-on: ubuntu-20.04
steps:
- name: Update PR number
uses: tarides/[email protected]
10 changes: 10 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## unreleased

- Add a `DETAILS` section to the man page (#54)
- Add guard to prevent partial script from being run (#53)

## 0.0.1-alpha (2022-05-25)

Initial release.