Skip to content

Commit 16a7adf

Browse files
authored
Merge pull request #41 from terrastruct/check-signed-commits
update ci and check for signed commits
2 parents d4470fd + c07cb80 commit 16a7adf

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

.github/workflows/ci.yml

+9
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,12 @@ jobs:
2828
env:
2929
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}
3030
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
31+
signed:
32+
runs-on: ubuntu-latest
33+
steps:
34+
- uses: actions/checkout@v3
35+
- run: git submodule update --init
36+
- run: COLOR=1 ./ci/sub/bin/ensure_signed.sh
37+
env:
38+
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}
39+
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "d2-obsidian",
33
"name": "D2",
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"minAppVersion": "0.15.0",
66
"description": "The official D2 plugin for Obsidian. D2 is a modern diagram scripting language that turns text to diagrams.",
77
"author": "Terrastruct",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "d2-obsidian",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "This is the official D2 plugin for Obsidian.",
55
"main": "main.js",
66
"scripts": {

versions.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.1.4": "0.15.0",
23
"1.1.3": "0.15.0",
34
"1.1.2": "0.15.0",
45
"1.1.1": "0.15.0",

0 commit comments

Comments
 (0)