Skip to content

Commit 67b9230

Browse files
committed
Start release after version increase
1 parent c777f3c commit 67b9230

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/releases.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
tags:
66
- "*"
7+
workflow_run:
8+
workflows: ["Manually create release"]
9+
types:
10+
- completed
711

812
env:
913
PLUGIN_NAME: obsidian-jira-issue

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-jira-issue",
33
"name": "Jira Issue",
4-
"version": "1.51.2",
4+
"version": "1.51.1",
55
"minAppVersion": "0.12.0",
66
"description": "This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.",
77
"author": "marc0l92",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-jira-issue",
3-
"version": "1.51.2",
3+
"version": "1.51.1",
44
"description": "This plugin allows you to track the progress of [Atlassian Jira](https://www.atlassian.com/software/jira) issues from your [Obsidian](https://obsidian.md/) notes.",
55
"main": "src/main.js",
66
"scripts": {

versions.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,5 @@
6262
"1.50.4": "0.12.0",
6363
"1.50.5": "0.12.0",
6464
"1.51.0": "0.12.0",
65-
"1.51.1": "0.12.0",
66-
"1.51.2": "0.12.0"
65+
"1.51.1": "0.12.0"
6766
}

0 commit comments

Comments
 (0)