Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit b1c118c

Browse files
committed
updated workflow
1 parent 0a7ebb1 commit b1c118c

File tree

8 files changed

+131
-50
lines changed

8 files changed

+131
-50
lines changed

.github/workflows/create-release-pr.yaml

Lines changed: 4 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
startsWith(github.event.comment.body, '/create release')
1212
runs-on: ubuntu-latest
1313
steps:
14-
# Checkout Project
14+
# Checkout Project
1515
- name: 📚 Checkout
1616
uses: actions/checkout@v2
1717

@@ -25,51 +25,9 @@ jobs:
2525
- name: ⏳ Install
2626
run: yarn install
2727

28-
# Configure Git User so that it can perform Git Actions like commits
29-
- name: 👷 Configure Git User
30-
run: |
31-
git config --global user.name 'bennodev19'
32-
git config --global user.email 'bennodev19@users.noreply.github.com'
33-
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
36-
# 🔼 Bump Version
37-
- name: Bump Version
38-
id: next_version
39-
uses: zwaldowski/semver-release-action@v1
40-
with:
41-
bump: patch
42-
prefix: agile
43-
github_token: ${{ secrets.GITHUB_TOKEN }}
44-
4528
# Create Release Pull Request
4629
- name: 📤 Create Pull Request
47-
id: create-pull-request
48-
uses: peter-evans/create-pull-request@v3
49-
with:
50-
token: ${{ secrets.GITHUB_TOKEN }}
51-
path: ${{ secrets.GITHUB_PATH }}
52-
commit-message: "[WIP] New Version"
53-
committer: GitHub <noreply@github.com>
54-
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
55-
title: "v${{ steps.changelog.outputs.version }}"
56-
body: |
57-
## New Version
58-
59-
### Breaking Changes
60-
- [ ] TODO
61-
62-
### Features
63-
- [ ] TODO
64-
65-
### Bug Fixes
66-
- [ ] TODO
67-
labels: "release"
68-
branch: "release/next"
30+
uses: changesets/action@master
31+
env:
32+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6933

70-
# Print some important Notes
71-
- name: 🏁 Result
72-
run: |
73-
echo "✔️ Finished"
74-
echo "✔️ Pull Request Number - ${{ steps.create-pull-request.outputs.pr_number }}"
75-
echo "✔️ Pull Request URL - ${{ steps.create-pull-request.outputs.pull-request-url }}"

.github/workflows/test-all-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test-all-packages
1+
name: Test All Packages
22
on:
33
pull_request:
44
branches: ["*"]

packages/mono-one/CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,47 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.0.6 (2020-12-30)
7+
8+
9+
10+
## 1.0.1 (2020-12-10)
11+
12+
13+
14+
## 0.0.2 (2020-12-10)
15+
16+
17+
18+
## 0.0.1 (2020-12-10)
19+
20+
**Note:** Version bump only for package @bennodev/mono-one
21+
22+
23+
24+
25+
26+
## 1.0.5 (2020-12-30)
27+
28+
29+
30+
## 1.0.1 (2020-12-10)
31+
32+
33+
34+
## 0.0.2 (2020-12-10)
35+
36+
37+
38+
## 0.0.1 (2020-12-10)
39+
40+
**Note:** Version bump only for package @bennodev/mono-one
41+
42+
43+
44+
45+
46+
647
## 1.0.4 (2020-12-11)
748

849

packages/mono-one/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bennodev/mono-one",
3-
"version": "1.0.4",
3+
"version": "1.0.6",
44
"author": "BennoDev",
55
"license": "ISC",
66
"homepage": "https://agile-ts.org/",

packages/mono-three/CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,47 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.0.5 (2020-12-30)
7+
8+
9+
10+
## 1.0.1 (2020-12-10)
11+
12+
13+
14+
## 0.0.2 (2020-12-10)
15+
16+
17+
18+
## 0.0.1 (2020-12-10)
19+
20+
**Note:** Version bump only for package @bennodev/mono-three
21+
22+
23+
24+
25+
26+
## 1.0.4 (2020-12-30)
27+
28+
29+
30+
## 1.0.1 (2020-12-10)
31+
32+
33+
34+
## 0.0.2 (2020-12-10)
35+
36+
37+
38+
## 0.0.1 (2020-12-10)
39+
40+
**Note:** Version bump only for package @bennodev/mono-three
41+
42+
43+
44+
45+
46+
647
## 1.0.3 (2020-12-10)
748

849
**Note:** Version bump only for package @bennodev/mono-three

packages/mono-three/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bennodev/mono-three",
3-
"version": "1.0.3",
3+
"version": "1.0.5",
44
"author": "BennoDev",
55
"license": "ISC",
66
"homepage": "https://agile-ts.org/",

packages/mono-two/CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,47 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.0.4 (2020-12-30)
7+
8+
9+
10+
## 1.0.1 (2020-12-10)
11+
12+
13+
14+
## 0.0.2 (2020-12-10)
15+
16+
17+
18+
## 0.0.1 (2020-12-10)
19+
20+
**Note:** Version bump only for package @bennodev/mono-two
21+
22+
23+
24+
25+
26+
## 1.0.3 (2020-12-30)
27+
28+
29+
30+
## 1.0.1 (2020-12-10)
31+
32+
33+
34+
## 0.0.2 (2020-12-10)
35+
36+
37+
38+
## 0.0.1 (2020-12-10)
39+
40+
**Note:** Version bump only for package @bennodev/mono-two
41+
42+
43+
44+
45+
46+
647
## 1.0.2 (2020-12-11)
748

849

packages/mono-two/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bennodev/mono-two",
3-
"version": "1.0.2",
3+
"version": "1.0.4",
44
"author": "BennoDev",
55
"license": "ISC",
66
"homepage": "https://agile-ts.org/",

0 commit comments

Comments
 (0)