Skip to content

Commit

Permalink
feat(build): improves build process
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed May 14, 2023
1 parent ac2add7 commit f0cf1df
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 12 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action
token: secrets.GH_TOKEN
33 changes: 21 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,36 @@
# Changelog
### Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

### [0.10.3](https://github.com/georgejecook/roku-log/compare/v0.10.2...v0.10.3) (2023-05-14)
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### 0.10.2 (2023-05-14)
#### [v0.10.3](https://github.com/georgejecook/roku-log/compare/v0.10.3...v0.10.3)

#### [v0.10.3](https://github.com/georgejecook/roku-log/compare/v0.10.2...v0.10.3)

### Features
> 14 May 2023
* adds indenting to logs ([82dd0f6](https://github.com/georgejecook/roku-log/commit/82dd0f6baf2a43594e4091ab169a89c293e072de))
* **core:** adds httptransport ([821f9e8](https://github.com/georgejecook/roku-log/commit/821f9e84052333ef4248de92e203de8fa7e25642))
* **http:** adds more http settings, to control if sending http is automatic, and adds option to add time, plus some performance improvements ([c53d531](https://github.com/georgejecook/roku-log/commit/c53d5318b0b310e09a99045fedab9a74d8c9461a))
- Chore/update release process [`#40`](https://github.com/georgejecook/roku-log/pull/40)
- chore(release): 0.10.3 [`ac2add7`](https://github.com/georgejecook/roku-log/commit/ac2add739ad668d61e1891d4dabc9e0865b0a7ab)

#### [v0.10.2](https://github.com/georgejecook/roku-log/compare/0.10.1...v0.10.2)

### Bug Fixes
> 14 May 2023
* **httptransport:** fixes logs not sending ([e7812c6](https://github.com/georgejecook/roku-log/commit/e7812c606466639297c69c7d1824e8452e131c77))
* **NodeLogger:** fixes crashes in nodelogger ([d0bc63e](https://github.com/georgejecook/roku-log/commit/d0bc63e8d885386fa37e5c5747c8c8511dc58c4f))
* **NodeLogger:** fixes reset ([b806bc3](https://github.com/georgejecook/roku-log/commit/b806bc37505deaeddf517eab49d49806d0244a3c))
- build(project): updates build process to improve release process [`56a6a7e`](https://github.com/georgejecook/roku-log/commit/56a6a7e985841173643e23ec2ea53fd9fc55bcb7)
- bump [`298f9b3`](https://github.com/georgejecook/roku-log/commit/298f9b39bf341cbffbb7e4fc3fef788144a367c4)
- chore(release): 0.10.2 [`c2982e4`](https://github.com/georgejecook/roku-log/commit/c2982e4aa5a53fe7e3aa77f1c912426358eeea78)

#### [0.10.1](https://github.com/georgejecook/roku-log/compare/0.10.0...0.10.1)

> 24 April 2023
- bump [`336d376`](https://github.com/georgejecook/roku-log/commit/336d37691ca3d878252d29a91e9d659c5c276f35)

#### [0.10.0](https://github.com/georgejecook/roku-log/compare/0.9.3...0.10.0)

> 24 April 2023
- fixes build issues [`#37`](https://github.com/georgejecook/roku-log/pull/37)
- Bump xml2js and brighterscript [`#38`](https://github.com/georgejecook/roku-log/pull/38)
- Fix build badge [`#36`](https://github.com/georgejecook/roku-log/pull/36)
Expand Down

0 comments on commit f0cf1df

Please sign in to comment.