File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ trelloApi({ apiKey, apiToken })
4646 gitRev : execSync ( 'git rev-parse HEAD' )
4747 . toString ( )
4848 . trim ( ) ,
49+ release : execSync ( 'git tag -l --points-at HEAD' )
50+ . toString ( )
51+ . trim ( ) ,
4952 timestamp : new Date ( ) . toISOString ( ) ,
5053 } as const
5154
Original file line number Diff line number Diff line change 1717< footer >
1818 < section class ="meta ">
1919 < p > Generated on {{timestamp}}.</ p >
20- < p > < a href ="https://github.com/codefreezefi/codebreeze.fi/commit/{{gitRev}} "> {{gitRev}}</ a > </ p >
20+ < p >
21+ < a href ="https://github.com/codefreezefi/codebreeze.fi/releases/tag/{{release}} " target ="_blank " rel ="noopener noreferrer "> {{release}}</ a >
22+ < a href ="https://github.com/codefreezefi/codebreeze.fi/commit/{{gitRev}} " target ="_blank " rel ="noopener noreferrer "> {{gitRev}}</ a >
23+ </ p >
2124 </ section >
2225</ footer >
2326</ body >
You can’t perform that action at this time.
0 commit comments