Skip to content

Commit

Permalink
Merge pull request #1551 from kevinmatthes/bugfix/cff-release-date
Browse files Browse the repository at this point in the history
[Fixed] CFF Release Date Update Only on Top Level (#20)
  • Loading branch information
fox0430 committed Dec 5, 2022
2 parents 115d0ff + be1d358 commit e22b027
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: cff
run: |
sed \
's/date-released: ....-..-../date-released: '`date +%F`'/g' \
's/^date-released: ....-..-../date-released: '`date +%F`'/g' \
CITATION.cff >> tmp
mv tmp CITATION.cff
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _#1551: https://github.com/fox0430/moe/pull/1551

Fixed
.....

- `#1551`_ CI: CFF release date update only on top level

0 comments on commit e22b027

Please sign in to comment.