Skip to content

Commit

Permalink
Merge pull request #49 from haarchri/feature/lic-year
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanduplessis authored Jul 27, 2023
2 parents 74bd869 + 4e5886a commit fa9bfa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ git grep -l 'Template' -- ${REPLACE_FILES} | xargs sed -i.bak "s/Template/${PROV
# some imported packages under require section.
sed -i.bak "s|upbound/upjet-provider-template|${ORGANIZATION_NAME}/provider-${PROVIDER_NAME_LOWER}|g" go.mod
sed -i.bak "s|PROJECT_REPO ?= github.com/upbound/|PROJECT_REPO ?= github.com/${ORGANIZATION_NAME}/|g" Makefile
sed -i.bak "s/\[YEAR\]/$(date +%Y)/g" LICENSE

# Clean up the .bak files created by sed
git clean -fd
Expand Down

0 comments on commit fa9bfa1

Please sign in to comment.