Skip to content

Commit

Permalink
V1
Browse files Browse the repository at this point in the history
  • Loading branch information
MellKam authored Feb 8, 2024
1 parent 5aeacc4 commit 6525d85
Show file tree
Hide file tree
Showing 159 changed files with 6,483 additions and 9,454 deletions.
1 change: 1 addition & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_REDIRECT_URI=
SPOTIFY_REFRESH_TOKEN=
22 changes: 0 additions & 22 deletions .github/renovate.json

This file was deleted.

81 changes: 0 additions & 81 deletions .github/workflows/ci.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/npm-publish.yaml

This file was deleted.

37 changes: 37 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Release

permissions:
contents: write

on:
push:
tags:
- "v*"

jobs:
release:
if: github.event.base_ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
scope: "@soundify"

- uses: pnpm/action-setup@v2
with:
run_install: true
version: latest

- run: pnpm build && pnpm publish --ignore-scripts --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- run: npx changelogithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 0 additions & 5 deletions .prettierignore

This file was deleted.

7 changes: 0 additions & 7 deletions .prettierrc

This file was deleted.

9 changes: 0 additions & 9 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit 6525d85

Please sign in to comment.