Skip to content

Commit d268e86

Browse files
authored
Added CHANGELOG.md (#4581)
* update * update * add name * update
1 parent e53affc commit d268e86

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/workflows/changelog.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Changelog Enforcer
2+
3+
on: # yamllint disable-line rule:truthy
4+
pull_request:
5+
6+
jobs:
7+
8+
changelog:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: dangoslen/changelog-enforcer@v3

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5+
6+
## [2.0.5] - 2022-MM-DD
7+
### Added
8+
- Added `CHANGELOG.md` ([#4581](https://github.com/pyg-team/pytorch_geometric/pull/4581))
9+
### Changed
10+
### Removed

0 commit comments

Comments
 (0)