We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CHANGELOG.md
1 parent e53affc commit d268e86Copy full SHA for d268e86
.github/workflows/changelog.yml
@@ -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
@@ -0,0 +1,10 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
+## [2.0.5] - 2022-MM-DD
+### Added
+- Added `CHANGELOG.md` ([#4581](https://github.com/pyg-team/pytorch_geometric/pull/4581))
+### Changed
+### Removed
0 commit comments