Skip to content

Commit

Permalink
fix change log and release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
yuecaizhu committed Jul 9, 2022
1 parent d86205b commit efd7c21
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Get version from tag
id: tag_name
run: |
echo ::set-output name=current_version::${GITHUB_REF#refs/tags/}
echo ::set-output name=current_version::${GITHUB_REF#refs/tags/v}
shell: bash

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog

## v0.1.0 (2021-10-28)
<!-- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -->

* beta release
* some classic DTDG learning models
* code to reproduce result in paper "Introducing Node Memory into Discrete Time Dynamic Graph Learning"
## [Unreleased]


### Added

### Fixed


## [0.1.0] - 2022-07-09
### Added
- some classic DTDG learning models
- code to reproduce result in paper "Introducing Node Memory into Discrete Time Dynamic Graph Learning"

0 comments on commit efd7c21

Please sign in to comment.