Skip to content

Commit

Permalink
Cleanup (#3)
Browse files Browse the repository at this point in the history
* Commit updated README.md

* fix: cleanup

* Commit updated README.md

* feat: release action

* Commit updated README.md

---------

Co-authored-by: chilikla <[email protected]>
  • Loading branch information
chilikla and chilikla authored Oct 14, 2024
1 parent cac3824 commit 72fa5e6
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 2,118 deletions.
24 changes: 24 additions & 0 deletions .github/release.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
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
# token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@ jobs:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run rollup
# - name: copy sensor files
# run: mkdir -p dist/custom_components && mkdir -p dist/custom_components/yerushamayim && cd src/sensor/ && cp __init__.py sensor.py manifest.json ../../dist/custom_components/yerushamayim
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Commit dist
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,4 @@ jobs:
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
validate-hacs-plugin:
runs-on: "ubuntu-latest"
steps:
- name: HACS validation
uses: "hacs/action@main"
with:
category: "plugin"
category: "integration"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Yerushamayim
## Unofficial Yerushamayim Home Assistant integration and Lovelace card

### :hammer_and_wrench: Version: v1.0.18
### :hammer_and_wrench: Version: v1.1.0-cleanup.0
<br/>
![screenshot](https://raw.githubusercontent.com/chilikla/yerushamayim/main/screenshot.png)

Expand Down
139 changes: 0 additions & 139 deletions dist/yerushamayim-local.js

This file was deleted.

170 changes: 0 additions & 170 deletions dist/yerushamayim.js

This file was deleted.

Loading

0 comments on commit 72fa5e6

Please sign in to comment.