Skip to content

Commit

Permalink
Update autogenerated message in cip script
Browse files Browse the repository at this point in the history
  • Loading branch information
fill-the-fill authored Oct 8, 2024
1 parent fa763e4 commit 2611fca
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions scripts/cip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,11 @@ const injectAutogeneratedMessage = (content: string, file_name: string, path: st
return (
content +
"\n" +
"## CIP Information \nThis [" +
type +
"](./CIP-0001.md#cip-format-and-structure) " +
file_name +
" created on **" +
"## CIP Information \nThis CIP was created on **" +
creationDate +
"** has the status: [" +
status +
"](./CIP-0001.md#cip-workflow). \nThis page was generated automatically from: [" +
"](./CIP-0001.md#status-active). \nThis page was generated automatically from: [" +
cip_source_repo +
"](" +
cip_repo_base_url +
Expand Down

0 comments on commit 2611fca

Please sign in to comment.