Skip to content

Commit

Permalink
chore: setup release-please (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
wghglory authored Oct 9, 2024
1 parent d4c4671 commit c4e86c7
Show file tree
Hide file tree
Showing 3 changed files with 1,948 additions and 2,112 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple
49 changes: 25 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^18.1.2",
"@angular/cdk": "^18.1.2",
"@angular/common": "^18.1.2",
"@angular/compiler": "^18.1.2",
"@angular/core": "^18.1.2",
"@angular/forms": "^18.1.2",
"@angular/platform-browser": "^18.1.2",
"@angular/platform-browser-dynamic": "^18.1.2",
"@angular/router": "^18.1.2",
"@cds/core": "^6.12.0",
"@clr/angular": "^17.2.1",
"@clr/ui": "^17.2.1",
"angular-svg-icon": "^18.0.1",
"@angular/animations": "^18.2.7",
"@angular/cdk": "^18.2.7",
"@angular/common": "^18.2.7",
"@angular/compiler": "^18.2.7",
"@angular/core": "^18.2.7",
"@angular/forms": "^18.2.7",
"@angular/platform-browser": "^18.2.7",
"@angular/platform-browser-dynamic": "^18.2.7",
"@angular/router": "^18.2.7",
"@cds/core": "^6.13.0",
"@clr/angular": "^17.3.1",
"@clr/ui": "^17.3.1",
"angular-svg-icon": "^18.0.2",
"clr-lift": "latest",
"highlight.js": "^11.10.0",
"lottie-web": "^5.12.2",
Expand All @@ -45,14 +45,14 @@
"zone.js": "~0.14.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.2",
"@angular-eslint/builder": "18.1.0",
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/schematics": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "^18.1.2",
"@angular/compiler-cli": "^18.1.2",
"@angular-devkit/build-angular": "^18.2.7",
"@angular-eslint/builder": "18.3.1",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/schematics": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "^18.2.7",
"@angular/compiler-cli": "^18.2.7",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-angular": "^18.4.4",
"@tailwindcss/container-queries": "^0.1.1",
Expand All @@ -68,10 +68,11 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^18.1.0",
"ng-packagr": "^18.2.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"release-please": "^16.14.2",
"tailwindcss": "^3.4.13",
"typescript": "~5.5.4"
}
}
Loading

0 comments on commit c4e86c7

Please sign in to comment.