Skip to content

Commit

Permalink
Merge pull request #381 from sebbo2002/develop
Browse files Browse the repository at this point in the history
sebbo2002 authored May 14, 2022
2 parents fa007dc + 98ec955 commit bdbaf9a
Showing 5 changed files with 217 additions and 185 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/is-semantic-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: is-semantic-pr
on:
- pull_request

jobs:
is-semantic-release:
runs-on: ubuntu-latest
steps:
- name: 🤖 is-semantic-release
uses: sebbo2002/action-is-semantic-pr@develop
with:
token: ${{ secrets.GITHUB_TOKEN }}
17 changes: 17 additions & 0 deletions .github/workflows/template-updater.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: TemplateUpdater
on:
workflow_dispatch:
schedule:
- cron: '15 8 * * 3'

jobs:
TemplateUpdater:
runs-on: ubuntu-latest
if: ${{ github.repository != 'sebbo2002/js-template' }}
steps:
- name: 🤖 is-semantic-release
uses: sebbo2002/action-template-updater@develop
with:
token: ${{ secrets.GITHUB_TOKEN }}
template: sebbo2002/js-template
assignees: sebbo2002
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.4.3-develop.2](https://github.com/sebbo2002/ical-generator/compare/v3.4.3-develop.1...v3.4.3-develop.2) (2022-05-13)

## [3.4.3-develop.1](https://github.com/sebbo2002/ical-generator/compare/v3.4.2...v3.4.3-develop.1) (2022-05-01)

## [3.4.2](https://github.com/sebbo2002/ical-generator/compare/v3.4.1...v3.4.2) (2022-04-28)


353 changes: 176 additions & 177 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -14,19 +14,19 @@
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.1",
"@touch4it/ical-timezones": "^1.8.1",
"@types/luxon": "^2.3.1",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@types/luxon": "^2.3.2",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"dayjs": "^1.11.1",
"eslint": "^8.13.0",
"eslint-plugin-jsonc": "^2.2.1",
"license-checker": "^25.0.1",
"luxon": "^2.3.2",
"mocha": "^9.2.2",
"mocha": "^10.0.0",
"mochawesome": "^7.1.3",
"moment": "^2.29.2",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"nyc": "^15.1.0",
"portfinder": "^1.0.28",
@@ -36,7 +36,7 @@
"source-map-support": "^0.5.21",
"ts-node": "^10.7.0",
"typedoc": "^0.22.15",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
},
"engines": {
"node": ">=12.0.0"

0 comments on commit bdbaf9a

Please sign in to comment.