Skip to content

Commit

Permalink
fix: clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
janthijs committed Nov 14, 2023
1 parent 55f291e commit 00df825
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ pipeline {
}
}


// ACCEPTANCE

stage('Build BFF') {
Expand Down
5 changes: 0 additions & 5 deletions scripts/release-notifications/release-notes.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ function getChangesSinceLastRelease() {

if (!!match) {
// each line is a commit message since the last release
// console.log(line);
// console.log('Ticket #', match[1]);
// console.log('Desc', match[4]);
// console.log('PR #', match[5]);
// console.log('Date', new Date(line.slice(-25)));

return {
ticket: match[1].trim().replace(' ', '-'),
Expand Down

0 comments on commit 00df825

Please sign in to comment.