Skip to content

Commit

Permalink
Fixed CIP information generation by removing "type" property.
Browse files Browse the repository at this point in the history
  • Loading branch information
fickevics-makor committed Aug 22, 2023
1 parent 818f31e commit fa45f7e
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 @@ -87,13 +87,9 @@ const injectAutogeneratedMessage = (content: string, file_name: string, path: st
return (
content +
"\n" +
"## CIP Information \nThis [" +
type +
"](CIP-0001#cip-format-and-structure) " +
file_name +
" created on **" +
"## CIP Information \nThis CIP was created on **" +
creationDate +
"** has the status: [" +
"** and has the status: [" +
status +
"](CIP-0001#cip-workflow). \nThis page was generated automatically from: [" +
cip_source_repo +
Expand Down

0 comments on commit fa45f7e

Please sign in to comment.