Skip to content

Commit

Permalink
chore: merge release-v0.1.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Feb 9, 2023
2 parents af9d125 + ff10a74 commit 268ce8c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### 2023-02-09

### Features
+ init release

see <a href='https://github.com/mrjackwills/staticpi_vue/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
17 changes: 8 additions & 9 deletions .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
name: Release CI
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]'

name: Create Release

jobs:
deploy:
build:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

###################
## Create release #
###################

- name: Checkout code
uses: actions/[email protected]
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# <a href='https://github.com/mrjackwills/staticpi_vue/releases/tag/v0.1.0'>v0.1.0</a>
### 2023-02-09

### Features
+ init release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"vite-plugin-vuetify": "^1.0.2",
"vue-tsc": "^1.0.24"
},
"buildDate": "Thu 09 2023 February 14:50:42 EST",
"buildDate": "Thu 09 2023 February 14:57:50 EST",
"homepage": "https://github.com/mrjackwills/staticpi_vue"
}

0 comments on commit 268ce8c

Please sign in to comment.