Skip to content

Commit

Permalink
docs: update changelog (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Polyakov <[email protected]>
  • Loading branch information
Jeredian authored Feb 18, 2024
1 parent 574328c commit 2c73c15
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
release:
types:
- released
workflow_dispatch:

jobs:
update:
Expand Down Expand Up @@ -39,6 +40,7 @@ jobs:
release-date: ${{ steps.release_date.outputs.date }}
release-notes: ${{ github.event.release.body }}
latest-version: ${{ github.event.release.name }}
parse-github-usernames: true

- name: Generate token
uses: tibdex/[email protected]
Expand All @@ -52,7 +54,7 @@ jobs:
with:
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
signoff: true
branch: 'changelog/${{ github.event.release.name }}'
branch: 'docs/update-changelog-${{ github.event.release.name }}'
commit-message: 'docs(changelog): update changelog'
delete-branch: true
title: 'docs(changelog): update changelog'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/validate_pull_request_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
issues: write
pull-requests: write
steps:
- name: Sleep for 15 seconds
run: sleep 15s
- name: Sleep for 10 seconds
run: sleep 10s
shell: bash
- uses: mheap/github-action-required-labels@v5
with:
Expand All @@ -45,8 +45,8 @@ jobs:
issues: write
pull-requests: write
steps:
- name: Sleep for 15 seconds
run: sleep 15s
- name: Sleep for 10 seconds
run: sleep 10s
shell: bash
- uses: mheap/github-action-required-labels@v5
with:
Expand Down
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [Unreleased](https://github.com/org/repo/compare/v1.0.0...HEAD)

Please do not update the unreleased notes.

<!-- Content should be placed here -->


0 comments on commit 2c73c15

Please sign in to comment.