Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 067deb3

Browse files
authored
chore: v0.0.1+1 (#9)
1 parent f69e3c3 commit 067deb3

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: main
22

3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
6+
37
on:
48
pull_request:
5-
paths:
6-
- ".github/workflows/main.yaml"
7-
- "src/very_good_docs_site/**"
9+
branches:
10+
- main
811

912
jobs:
1013
semantic-pull-request:

brick/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.0.1+1
2+
3+
- build(deps): upgrade lockfile
4+
15
# 0.0.1
26

37
- feat: initial release 🎉

brick/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: very_good_docs_site
22
description: A Very Good documentation site created by Very Good Ventures.
33
repository: https://github.com/VeryGoodOpenSource/very_good_docs_site
4-
version: 0.0.1
4+
version: 0.0.1+1
55

66
environment:
77
mason: ">=0.1.0-dev.26 <0.1.0"

0 commit comments

Comments
 (0)