Skip to content

Commit

Permalink
Merge pull request #151 from WhyAsh5114/exercise-stats
Browse files Browse the repository at this point in the history
feat: exercise stats
  • Loading branch information
WhyAsh5114 authored Dec 23, 2024
2 parents 7c9bbbc + 680ec56 commit 92670e1
Show file tree
Hide file tree
Showing 16 changed files with 8,105 additions and 3,789 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release Pipeline

on:
push:
branches:
- main

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/setup-environment
- run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16 changes: 16 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://unpkg.com/release-it/schema/release-it.json",
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
},
"npm": false,
"git": {
"commit": false,
"push": false
}
}
Loading

0 comments on commit 92670e1

Please sign in to comment.