mic-max / spotify-genius

Shows lyric page on Genius of the song playing on Spotify
1 stars 0 forks source link

Spotify Genius

Spotify Genius Logo

Shows lyric page on Genius of the song playing on Spotify

Releasing

Source
To create a new release:

  1. Increase the version in package.json (e.g. 1.2.3)
  2. Commit that change (git commit -am v1.2.3)
  3. Tag your commit (git tag v1.2.3). Make sure your tag name's format is v..*. Your workflow will use this tag to detect when to create a release
  4. Push your changes to GitHub (git push && git push --tags)