Skip to content

Commit

Permalink
chore: setup release-please (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheilaXu authored Oct 28, 2022
1 parent 709f678 commit a79abae
Show file tree
Hide file tree
Showing 13 changed files with 160 additions and 42 deletions.
50 changes: 50 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main

update-pull-request:
name: Update pull request
runs-on: ubuntu-latest
needs: release-please
if: ${{ !needs.release-please.outputs.releases_created }}
steps:
- name: Fetching the repository
uses: actions/checkout@v2
with:
ref: release-please--branches--main
fetch-depth: 2

- name: Setting up Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16.x

- name: Updating package-lock.json file
run: npm install --no-audit --no-fund --ignore-scripts --package-lock-only

- name: Merging changes with last commit
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add .
git commit --amend --no-edit
- name: Push changes
uses: ad-m/github-push-action@master
continue-on-error: true
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: release-please--branches--main
force: true
11 changes: 11 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"packages/components": "2.2.0",
"packages/core": "2.2.0",
"packages/react-components": "2.2.0",
"packages/related-table": "2.2.0",
"packages/scene-composer": "2.2.0",
"packages/source-iotsitewise": "2.2.0",
"packages/source-iottwinmaker": "2.2.0",
"packages/table": "2.2.0",
".": "2.2.0"
}
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.2.0 (2022-10-21)
## 2.2.0 (2022-10-21)

## Features
### Features

* source-iotsitewise, core, components:
* Introduce alarms support ([9bc221e](https://github.com/awslabs/iot-app-kit/commit/9bc221ef19fc5a9db4360c1d124f41e7b0d896be))
Expand Down Expand Up @@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* reduce concurrent workers in testing ([e8d6dbc](https://github.com/awslabs/iot-app-kit/commit/e8d6dbcac3f3e2e503e02db0087d5db324e9b521))
* easier linking for iot-app-kit packages ([44d454d](https://github.com/awslabs/iot-app-kit/commit/44d454d955e22581228d3d77829b8ad27a24fd52))

# 2.1.0 (2022-09-30)
## 2.1.0 (2022-09-30)

### Features

Expand All @@ -82,7 +82,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* update jest versions from 28 to 27 to be consistent with other modules ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919))


# 2.0.0 (2022-09-14)
## 2.0.0 (2022-09-14)

### BREAKING CHANGES
* core:
Expand Down Expand Up @@ -111,7 +111,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* Migrate to NPM workspaces ([8e200be](https://github.com/awslabs/iot-app-kit/commit/8e200be0401fe6fa989cbf9a1ad96aafd8305a96))


# 1.4.0 (2022-06-09)
## 1.4.0 (2022-06-09)


### Features
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "iot-app-kit",
"private": true,
"description": "IoT Application Kit",
"version": "2.2.0",
"main": "index.js",
"license": "Apache-2.0",
"repository": "[email protected]:awslabs/iot-app-kit.git",
Expand Down
12 changes: 6 additions & 6 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.2.0 (2022-10-21)
## 2.2.0 (2022-10-21)

## Features
### Features

* source-iotsitewise, core, components:
* Introduce alarms support ([9bc221e](https://github.com/awslabs/iot-app-kit/commit/9bc221ef19fc5a9db4360c1d124f41e7b0d896be))
Expand Down Expand Up @@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* reduce concurrent workers in testing ([e8d6dbc](https://github.com/awslabs/iot-app-kit/commit/e8d6dbcac3f3e2e503e02db0087d5db324e9b521))
* easier linking for iot-app-kit packages ([44d454d](https://github.com/awslabs/iot-app-kit/commit/44d454d955e22581228d3d77829b8ad27a24fd52))

# 2.1.0 (2022-09-30)
## 2.1.0 (2022-09-30)

### Features

Expand All @@ -81,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* update react / react-dom versions from >=16 to ^17 ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919))
* update jest versions from 28 to 27 to be consistent with other modules ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919))

# 2.0.0 (2022-09-14)
## 2.0.0 (2022-09-14)

### BREAKING CHANGES
* `@iot-app-kit/components/iot-table` now uses AWS-UI's table components (wrapped as a separated [table package](https://github.com/awslabs/iot-app-kit/blob/main/packages/table)) instead of Synchro-chart's table component.
Expand All @@ -95,7 +95,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* bump synchro-charts/core version from v5 to v6 (#199) ([ad1e3e6](https://github.com/awslabs/iot-app-kit/commit/ad1e3e6108cc02d58060365ab4bad950f0e991cc))
* Migrate to NPM workspaces ([8e200be](https://github.com/awslabs/iot-app-kit/commit/8e200be0401fe6fa989cbf9a1ad96aafd8305a96))

# 1.5.0 (2022-07-09)
## 1.5.0 (2022-07-09)


### Features
Expand Down Expand Up @@ -167,7 +167,7 @@ IotTable:



# 1.4.0 (2022-06-09)
## 1.4.0 (2022-06-09)


### Features
Expand Down
10 changes: 5 additions & 5 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.2.0 (2022-10-21)
## 2.2.0 (2022-10-21)

## Features
### Features

* source-iotsitewise, core, components:
* Introduce alarms support ([9bc221e](https://github.com/awslabs/iot-app-kit/commit/9bc221ef19fc5a9db4360c1d124f41e7b0d896be))
Expand Down Expand Up @@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* reduce concurrent workers in testing ([e8d6dbc](https://github.com/awslabs/iot-app-kit/commit/e8d6dbcac3f3e2e503e02db0087d5db324e9b521))
* easier linking for iot-app-kit packages ([44d454d](https://github.com/awslabs/iot-app-kit/commit/44d454d955e22581228d3d77829b8ad27a24fd52))

# 2.1.0 (2022-09-30)
## 2.1.0 (2022-09-30)

### Features

Expand All @@ -81,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* update react / react-dom versions from >=16 to ^17 ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919))
* update jest versions from 28 to 27 to be consistent with other modules ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919))

# 2.0.0 (2022-09-14)
## 2.0.0 (2022-09-14)

### BREAKING CHANGES
* Refactor time series data module to   remove unused functionality. Add meta field to data stream.([c063d5c](https://github.com/awslabs/iot-app-kit/commit/c063d5c9f9dddcdff2b3d29a0b1f7b67b04c75a4))
Expand All @@ -100,7 +100,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* Migrate to NPM workspaces ([8e200be](https://github.com/awslabs/iot-app-kit/commit/8e200be0401fe6fa989cbf9a1ad96aafd8305a96))


# 1.4.0 (2022-06-09)
## 1.4.0 (2022-06-09)


### Features
Expand Down
10 changes: 5 additions & 5 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.2.0 (2022-10-21)
## 2.2.0 (2022-10-21)

## Features
### Features

* source-iotsitewise, core, components:
* Introduce alarms support ([9bc221e](https://github.com/awslabs/iot-app-kit/commit/9bc221ef19fc5a9db4360c1d124f41e7b0d896be))
Expand Down Expand Up @@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* reduce concurrent workers in testing ([e8d6dbc](https://github.com/awslabs/iot-app-kit/commit/e8d6dbcac3f3e2e503e02db0087d5db324e9b521))
* easier linking for iot-app-kit packages ([44d454d](https://github.com/awslabs/iot-app-kit/commit/44d454d955e22581228d3d77829b8ad27a24fd52))

# 2.1.0 (2022-09-30)
## 2.1.0 (2022-09-30)

### Features

Expand All @@ -81,13 +81,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* update react / react-dom versions from >=16 to ^17 ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919))
* update jest versions from 28 to 27 to be consistent with other modules ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919))

# 2.0.0 (2022-09-14)
## 2.0.0 (2022-09-14)

### Miscellaneous
* Migrate to NPM workspaces ([8e200be](https://github.com/awslabs/iot-app-kit/commit/8e200be0401fe6fa989cbf9a1ad96aafd8305a96))


# 1.4.0 (2022-06-09)
## 1.4.0 (2022-06-09)


### Features
Expand Down
10 changes: 5 additions & 5 deletions packages/related-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.2.0 (2022-10-21)
## 2.2.0 (2022-10-21)

## Features
### Features

* source-iotsitewise, core, components:
* Introduce alarms support ([9bc221e](https://github.com/awslabs/iot-app-kit/commit/9bc221ef19fc5a9db4360c1d124f41e7b0d896be))
Expand Down Expand Up @@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* reduce concurrent workers in testing ([e8d6dbc](https://github.com/awslabs/iot-app-kit/commit/e8d6dbcac3f3e2e503e02db0087d5db324e9b521))
* easier linking for iot-app-kit packages ([44d454d](https://github.com/awslabs/iot-app-kit/commit/44d454d955e22581228d3d77829b8ad27a24fd52))

# 2.1.0 (2022-09-30)
## 2.1.0 (2022-09-30)

### Features

Expand All @@ -81,12 +81,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* update react / react-dom versions from >=16 to ^17 ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919))
* update jest versions from 28 to 27 to be consistent with other modules ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919))

# 2.0.0 (2022-09-14)
## 2.0.0 (2022-09-14)

### Miscellaneous
* Migrate to NPM workspaces ([8e200be](https://github.com/awslabs/iot-app-kit/commit/8e200be0401fe6fa989cbf9a1ad96aafd8305a96))

# 1.4.0 (2022-06-09)
## 1.4.0 (2022-06-09)


### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/scene-composer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.2.0 (2022-10-21)
## 2.2.0 (2022-10-21)

## Features
### Features

* source-iotsitewise, core, components:
* Introduce alarms support ([9bc221e](https://github.com/awslabs/iot-app-kit/commit/9bc221ef19fc5a9db4360c1d124f41e7b0d896be))
Expand Down Expand Up @@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* reduce concurrent workers in testing ([e8d6dbc](https://github.com/awslabs/iot-app-kit/commit/e8d6dbcac3f3e2e503e02db0087d5db324e9b521))
* easier linking for iot-app-kit packages ([44d454d](https://github.com/awslabs/iot-app-kit/commit/44d454d955e22581228d3d77829b8ad27a24fd52))

# 2.1.0 (2022-09-30)
## 2.1.0 (2022-09-30)

### Features

Expand Down
12 changes: 6 additions & 6 deletions packages/source-iotsitewise/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.2.0 (2022-10-21)
## 2.2.0 (2022-10-21)

## Features
### Features

* source-iotsitewise, core, components:
* Introduce alarms support ([9bc221e](https://github.com/awslabs/iot-app-kit/commit/9bc221ef19fc5a9db4360c1d124f41e7b0d896be))
Expand Down Expand Up @@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* reduce concurrent workers in testing ([e8d6dbc](https://github.com/awslabs/iot-app-kit/commit/e8d6dbcac3f3e2e503e02db0087d5db324e9b521))
* easier linking for iot-app-kit packages ([44d454d](https://github.com/awslabs/iot-app-kit/commit/44d454d955e22581228d3d77829b8ad27a24fd52))

# 2.1.0 (2022-09-30)
## 2.1.0 (2022-09-30)

### Features

Expand All @@ -81,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* update react / react-dom versions from >=16 to ^17 ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919))
* update jest versions from 28 to 27 to be consistent with other modules ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919))

# 2.0.0 (2022-09-14)
## 2.0.0 (2022-09-14)

### BREAKING CHANGES
* Change time series data modules getRequestsFromQueries to be async ([11f7fb0](https://github.com/awslabs/iot-app-kit/commit/11f7fb0442045d20c1ff9cce1567d3126380b29b))
Expand All @@ -90,7 +90,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* bump synchro-charts/core version from v5 to v6 (#199) ([ad1e3e6](https://github.com/awslabs/iot-app-kit/commit/ad1e3e6108cc02d58060365ab4bad950f0e991cc))
* Migrate to NPM workspaces ([8e200be](https://github.com/awslabs/iot-app-kit/commit/8e200be0401fe6fa989cbf9a1ad96aafd8305a96))

# 1.5.0 (2022-07-09)
## 1.5.0 (2022-07-09)


### Features
Expand All @@ -100,7 +100,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



# 1.4.0 (2022-06-09)
## 1.4.0 (2022-06-09)


### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/source-iottwinmaker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.2.0 (2022-10-21)
## 2.2.0 (2022-10-21)

## Features
### Features

* source-iotsitewise, core, components:
* Introduce alarms support ([9bc221e](https://github.com/awslabs/iot-app-kit/commit/9bc221ef19fc5a9db4360c1d124f41e7b0d896be))
Expand Down Expand Up @@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* reduce concurrent workers in testing ([e8d6dbc](https://github.com/awslabs/iot-app-kit/commit/e8d6dbcac3f3e2e503e02db0087d5db324e9b521))
* easier linking for iot-app-kit packages ([44d454d](https://github.com/awslabs/iot-app-kit/commit/44d454d955e22581228d3d77829b8ad27a24fd52))

# 2.1.0 (2022-09-30)
## 2.1.0 (2022-09-30)

### Features

Expand Down
8 changes: 4 additions & 4 deletions packages/table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.2.0 (2022-10-21)
## 2.2.0 (2022-10-21)

## Features
### Features

* source-iotsitewise, core, components:
* Introduce alarms support ([9bc221e](https://github.com/awslabs/iot-app-kit/commit/9bc221ef19fc5a9db4360c1d124f41e7b0d896be))
Expand Down Expand Up @@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* reduce concurrent workers in testing ([e8d6dbc](https://github.com/awslabs/iot-app-kit/commit/e8d6dbcac3f3e2e503e02db0087d5db324e9b521))
* easier linking for iot-app-kit packages ([44d454d](https://github.com/awslabs/iot-app-kit/commit/44d454d955e22581228d3d77829b8ad27a24fd52))

# 2.1.0 (2022-09-30)
## 2.1.0 (2022-09-30)

### Features

Expand All @@ -82,7 +82,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* update jest versions from 28 to 27 to be consistent with other modules ([f08c541](https://github.com/awslabs/iot-app-kit/commit/f08c541f017f4bbefae085e45c2ef2e686eb5919))


# 2.0.0 (2022-09-14)
## 2.0.0 (2022-09-14)

### Features
* introduce new table component supporting filtering and sorting. ([c75d4f0](https://github.com/awslabs/iot-app-kit/commit/c75d4f05b64c801c06ba45acd3b5df2fb7d2e30a))
Expand Down
Loading

0 comments on commit a79abae

Please sign in to comment.