Skip to content

Commit

Permalink
chore: centralized version management (#337)
Browse files Browse the repository at this point in the history
Closes #330
  • Loading branch information
andrew-codes authored Jun 2, 2024
1 parent bfb5e5a commit 8acb7e9
Show file tree
Hide file tree
Showing 669 changed files with 5,901 additions and 39,523 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: 'Publish nightly'
name: 'Publish latest major- and minor-versions'

on:
push:
branches:
- main
- release-*

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-release-closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
account-type: personal
keep-at-least: 0
token: ${{ secrets.PACKAGE_PRUNER_TOKEN }}
filter-tags: 'PR${{ github.event.pull_request.number }}'
filter-tags: 'PR-${{ github.event.pull_request.number }}'
1 change: 1 addition & 0 deletions .github/workflows/pull-request-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: 'Verify Pull Request'
on:
pull_request:
branches:
- main
- release-*

permissions:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ apps/playnite-web/build
apps/playnite-web/public/build
apps/playnite-web/public/entry.worker.js

.devcontainer/.devpod-internal/
.devcontainer/.devpod-internal/
apps/PlayniteWebPlugin/src/extension.yaml
3,169 changes: 2,956 additions & 213 deletions .pnp.cjs

Large diffs are not rendered by default.

42 changes: 38 additions & 4 deletions .pnp.loader.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified .yarn/install-state.gz
Binary file not shown.
106 changes: 0 additions & 106 deletions .yarn/unplugged/nx-virtual-cdb9da9e32/node_modules/nx/.eslintrc.json

This file was deleted.

Empty file.
22 changes: 0 additions & 22 deletions .yarn/unplugged/nx-virtual-cdb9da9e32/node_modules/nx/LICENSE

This file was deleted.

61 changes: 0 additions & 61 deletions .yarn/unplugged/nx-virtual-cdb9da9e32/node_modules/nx/README.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8acb7e9

Please sign in to comment.