Skip to content

Commit

Permalink
Merge pull request #22 from hpicgs/dev
Browse files Browse the repository at this point in the history
Release v0.3.1
  • Loading branch information
Jasperhino authored Jul 27, 2022
2 parents dc93262 + 896bf30 commit f6b27e0
Show file tree
Hide file tree
Showing 12 changed files with 472 additions and 91 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Keep the versions up-to-date

on:
release:
types: [published, edited]

jobs:
actions-tagger:
runs-on: windows-latest
steps:
- uses: Actions-R-Us/actions-tagger@latest
with:
publish_latest_tag: true
3 changes: 3 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"name": "HiViSer-Dashboard",
"version": "0.0.1",
"private": "true",
"homepage": "https://hpicgs.github.io/github-software-analytics-embedding/",
"scripts": {
"build": "tsc --noEmit && vite build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"preinstall": "npx only-allow pnpm",
"preview": "vite preview"
Expand Down Expand Up @@ -33,6 +35,7 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.30.0",
"gh-pages": "^4.0.0",
"prettier": "2.6.2",
"prettier-plugin-packagejson": "2.2.18",
"prettier-plugin-tailwindcss": "0.1.11",
Expand Down
Loading

0 comments on commit f6b27e0

Please sign in to comment.