Skip to content

Commit 569c3e4

Browse files
authored
chore: get rid of semantic release (#322)
1 parent c15a94a commit 569c3e4

8 files changed

+4259
-14741
lines changed

.github/workflows/cleanup-on-create.yaml

+2-7
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,14 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
20-
- name: Use Node.js 18
20+
- name: Use Node.js 20
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 18
24-
- name: Uninstall dependencies
25-
run: |
26-
npm uninstall --save-dev semantic-release @semantic-release/git @semantic-release/changelog @semantic-release/exec
23+
node-version: 20
2724
- name: Remove Helper Files
2825
run: |
2926
rm -rf \
3027
.github/workflows/cleanup-on-create.yaml \
31-
.github/workflows/semantic-release.yaml \
32-
.releaserc.cjs \
3328
CHANGELOG.md
3429
3530
- name: Initialize README
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
name: Linting
2-
3-
on: [pull_request]
1+
name: Build
2+
on: [push]
43

54
jobs:
65
build:
76
runs-on: ubuntu-latest
87
steps:
98
- uses: actions/checkout@v4
10-
- name: Use Node.js
9+
- name: Use Node.js 20
1110
uses: actions/setup-node@v4
1211
with:
13-
node-version: '20'
14-
- run: npm install
12+
node-version: 20
13+
- run: npm ci
1514
- run: npm run lint
16-
env:
17-
CI: true

.github/workflows/semantic-release.yaml

-23
This file was deleted.

.releaserc.cjs

-18
This file was deleted.

CHANGELOG.md

-58
This file was deleted.

CONTRIBUTING.md

-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,3 @@ One of the maintainers will look at the pull request within one week. Feedback o
7171
The project's committers will release to the [Adobe organization on npmjs.org](https://www.npmjs.com/org/adobe).
7272
Please contact the [Adobe Open Source Advisory Board](https://git.corp.adobe.com/OpenSourceAdvisoryBoard/discuss/issues) to get access to the npmjs organization.
7373

74-
The release process is fully automated using `semantic-release`, increasing the version numbers, etc. based on the contents of the commit messages found.

0 commit comments

Comments
 (0)