Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/02-utils_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ body:
attributes:
label: Which utils is this bug report for?
options:
- actions
- eslint-config
- prettier-config
- other
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/03-feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ body:
- network-client
- network-server
- sound
- actions
- eslint-config
- prettier-config
- other
Expand Down
4 changes: 0 additions & 4 deletions .github/issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ packages:sound:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\nsound\\n"

utils:actions:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\nactions\\n"

utils:eslint-config:
- "### Which (package|utils|package or utils) is this (bug
report|feature request) for\\?\\n\\neslint-config\\n"
Expand Down
6 changes: 0 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ packages:sound:
- packages/sound/*
- packages/sound/**/*

utils:actions:
- changed-files:
- any-glob-to-any-file:
- utils/actions/*
- utils/actions/**/*

utils:eslint-config:
- changed-files:
- any-glob-to-any-file:
Expand Down
4 changes: 0 additions & 4 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@
description: "Adding missing tests or correcting existing tests"
color: "7f8f92"

- name: "utils:actions"
description: "Related to Github actions"
color: "606bdf"

- name: "utils:eslint-config"
description: "Related to ESLint config"
color: "606bdf"
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
type: choice
required: true
options:
- "@nanoforge-dev/actions"
- "@nanoforge-dev/asset-manager"
- "@nanoforge-dev/common"
- "@nanoforge-dev/config"
Expand All @@ -26,16 +25,17 @@ on:
- "@nanoforge-dev/utils-eslint-config"
- "@nanoforge-dev/utils-prettier-config"
version:
description: "New version of the package (leave empty for auto generated version)"
description: "New version of the package"
type: string
required: false
required: true
dry_run:
description: Perform a dry run?
type: boolean
default: false

permissions:
contents: write
pull-requests: write

jobs:
create-release-pr:
Expand All @@ -45,12 +45,15 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
fetch-depth: 0
fetch-tags: true

- name: Prepare
uses: ./.github/actions/prepare

- name: Release packages
uses: ./utils/actions/dist/create-release-pr
uses: ./node_modules/@nanoforge-dev/actions/dist/create-release-pr
with:
package: ${{ inputs.package }}
version: ${{ inputs.version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Release Tag

on:
pull_request:
Expand All @@ -23,7 +23,7 @@ jobs:
uses: ./.github/actions/prepare

- name: Create release tag
uses: ./utils/actions/dist/create-release-tag
uses: ./node_modules/@nanoforge-dev/actions/dist/create-release-tag
with:
commit: ${{ github.sha }}
branch: ${{ github.head_ref }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
required: false
options:
- "all"
- "@nanoforge-dev/actions"
- "@nanoforge-dev/asset-manager"
- "@nanoforge-dev/common"
- "@nanoforge-dev/config"
Expand Down Expand Up @@ -51,7 +50,7 @@ jobs:
uses: ./.github/actions/prepare

- name: Release packages
uses: ./utils/actions/dist/release-packages
uses: ./node_modules/@nanoforge-dev/actions/dist/release-packages
with:
package: ${{ inputs.package }}
exclude: ${{ inputs.exclude }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/NanoForge-dev/Engine.git",
"directory": "packages/ecs"
"url": "git+https://github.com/NanoForge-dev/Engine.git"
},
"funding": "https://github.com/NanoForge-dev/Engine?sponsor",
"scripts": {
Expand All @@ -33,6 +32,7 @@
"devDependencies": {
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@nanoforge-dev/actions": "^1.1.0",
"@nanoforge-dev/utils-eslint-config": "workspace:^",
"@nanoforge-dev/utils-prettier-config": "workspace:^",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
Expand Down
109 changes: 27 additions & 82 deletions pnpm-lock.yaml

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

7 changes: 0 additions & 7 deletions utils/actions/.cliff-jumperrc.json

This file was deleted.

Loading