Skip to content

Commit

Permalink
Additional copyright updating on release
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Raineri <[email protected]>
  • Loading branch information
mraineri committed Jun 14, 2024
1 parent 8d3fd09 commit 85dbb6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- name: Update the copyright year
run: |
find . -type f -exec sed -i -E 's/Copyright [0-9\-]+ DMTF/Copyright 2019-'$(date +'%Y')' DMTF/' {} \;
find . -type f -exec sed -i -E 's/Copyright \(c\) [0-9\-]+,/Copyright (c) 2019-'$(date +'%Y')',/' {} \;
- name: Commit and push the updates
run: |
git config user.name "GitHub Release Workflow"
Expand Down

0 comments on commit 85dbb6e

Please sign in to comment.