diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index e9cc46b..ec3c4ce 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -78,7 +78,7 @@ jobs: TYPETALK_TOKEN: ${{ secrets.TYPETALK_TOKEN }} with: topic-id: 54145 - message: "JIRA Importer [JOB](${{ github.event.repository.url }}/actions/runs/${{ github.run_id }}) success :smile: " + message: ":tada: JIRA Importer job success :smile:\n${{ github.event.repository.url }}/actions/runs/${{ github.run_id }}" - name: Notify to Typetalk if fail if: failure() @@ -87,7 +87,7 @@ jobs: TYPETALK_TOKEN: ${{ secrets.TYPETALK_TOKEN }} with: topic-id: 54145 - message: "JIRA Importer job failed" + message: ":rage: JIRA Importer job failed\n${{ github.event.repository.url }}/actions/runs/${{ github.run_id }}" - name: Notify to Typetalk if cancelled if: cancelled() @@ -96,4 +96,5 @@ jobs: TYPETALK_TOKEN: ${{ secrets.TYPETALK_TOKEN }} with: topic-id: 54145 - message: "JIRA Importer job cancelled" + message: ":no_entry: JIRA Importer job cancelled\n${{ github.event.repository.url }}/actions/runs/${{ github.run_id }}" + diff --git a/build.sbt b/build.sbt index 1111e42..03a9232 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -lazy val projectVersion = "0.5.0b1-SNAPSHOT" +lazy val projectVersion = "0.5.0b1" lazy val commonSettings = Seq( organization := "com.nulabinc", diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 27e325e..32be8f3 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -1,10 +1,10 @@ application { name = "Backlog Migration for Jira" - version = "0.5.0b1-SNAPSHOT" + version = "0.5.0b1" title = ${application.name} ${application.version} (c) nulab.inc fileName = backlog-migration-jira-${application.version}.jar product = "jira" - backlog4jVersion = "2.3.0" + backlog4jVersion = "2.3.3" export-limit-at-once = 100 language=default akka.mailbox-pool = 100