Skip to content

Commit

Permalink
fix: update package name globally
Browse files Browse the repository at this point in the history
This fixes a couple of locations still referencing
the old package name

Semver: patch
  • Loading branch information
mdeltito committed Feb 10, 2021
1 parent 0aba75a commit a9598fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
library 'magic-butler-catalogue'

def PROJECT_NAME = "release-config-logdna"
def PROJECT_NAME = "semantic-release-config-logdna"
def CURRENT_BRANCH = [env.CHANGE_BRANCH, env.BRANCH_NAME]?.find{branch -> branch != null}
def TRIGGER_PATTERN = ".*@logdnabot.*"

Expand Down
2 changes: 1 addition & 1 deletion test/unit/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function sortByType(a, b) {
return a.type < b.type ? -1 : 1
}

test('release-config-logdna', async (t) => {
test('semantic-release-config-logdna', async (t) => {
const plugins = config.plugins.map((plugin) => {
return plugin[0]
})
Expand Down

0 comments on commit a9598fa

Please sign in to comment.