Skip to content

Commit

Permalink
Merge pull request #984 from akto-api-security/feature/fix_release_notes
Browse files Browse the repository at this point in the history
Fix release notes
  • Loading branch information
avneesh-akto authored Apr 9, 2024
2 parents a1b8d54 + c0b7105 commit a32dfb0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/beamerAndDiscord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,7 @@ jobs:
line = line.split('by', 1)[0].strip()
release_notes += f'<li>{line[1:]}</li>'
release_notes += '</ul>'
release_notes2 = '<p>More...</p>'
release_notes2 += '<ul></ul>'
release_notes2 += '<p>'
release_notes2 += '<a href=https://discord.com/invite/Wpc6xVME4s >'
release_notes2 += '</a>'
release_notes2 += '</p>'
release_notes2 += '<ul>'
release_notes2 += '<a href=https://discord.com/invite/Wpc6xVME4s ></a>'
release_notes2 += '<li><a href=https://discord.com/invite/Wpc6xVME4s ></a><a href=https://discord.com/invite/Wpc6xVME4s >Join Discord </a>to know more</li>'
release_notes2 += '<li>Star Akto on <a href=https://github.com/akto-api-security/akto>Github</a></li>'
release_notes2 += '</ul>'
release_notes2 += '<p></p>Have questions? Ask on <a href=https://discord.com/invite/Wpc6xVME4s >Discord</a> or our <a href=https://community.akto.io >Community page</a>'
release_notes = release_notes+release_notes2

Expand Down

0 comments on commit a32dfb0

Please sign in to comment.