Skip to content

Commit

Permalink
chore: Implement maintenance release config. (#373)
Browse files Browse the repository at this point in the history
This implements support for a maintenance branch for creating
node-server-sdk releases.

It removes all builds related to other packages and can only
build/release node-server-sdk.
  • Loading branch information
kinyoklion authored Feb 8, 2024
1 parent 9612387 commit 1b7fe3c
Show file tree
Hide file tree
Showing 19 changed files with 12 additions and 557 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/akamai-base.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/akamai-edgekv.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/akamai-edgeworker-sdk.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/cloudflare.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/common.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/lint-pr-title.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/manual-publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,7 @@ on:
default: 'packages/shared/common'
type: choice
options:
- packages/shared/common
- packages/shared/sdk-server
- packages/shared/sdk-server-edge
- packages/shared/akamai-edgeworker-sdk
- packages/sdk/cloudflare
- packages/sdk/server-node
- packages/sdk/vercel
- packages/sdk/akamai-base
- packages/sdk/akamai-edgekv
- packages/store/node-server-sdk-redis
- packages/store/node-server-sdk-dynamodb
name: Publish Documentation
jobs:
build-publish:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,7 @@ on:
default: 'packages/shared/common'
type: choice
options:
- packages/shared/common
- packages/shared/sdk-server
- packages/shared/sdk-server-edge
- packages/shared/akamai-edgeworker-sdk
- packages/sdk/cloudflare
- packages/sdk/server-node
- packages/sdk/vercel
- packages/sdk/akamai-base
- packages/sdk/akamai-edgekv
- packages/store/node-server-sdk-redis
- packages/store/node-server-sdk-dynamodb
prerelease:
description: 'Is this a prerelease. If so, then the latest tag will not be updated in npm.'
type: boolean
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/node-dynamodb.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/node-redis.yml

This file was deleted.

Loading

0 comments on commit 1b7fe3c

Please sign in to comment.