Skip to content

Commit

Permalink
release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanuzzamanbe committed Sep 26, 2023
1 parent 174f7bb commit 85b15f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
src export-ignore
package.json export-ignore
package.lock export-ignore
package-lock.json export-ignore
.gitignore export-ignore
.gitattributes export-ignore
vite.config.js export-ignore

yarn.lock export-ignore
.github export-ignore
node_modules export-ignore
README.md export-ignore
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ jobs:
cache: 'npm'
- run: npm ci --force
- run: npm run build --if-present
- run: cp -r assets/ assets
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: 1.0.1
release_name: Release 1.0.1
tag_name: 1.0.2
release_name: Release 1.0.2
body: |
Changes in this Release
draft: false
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ dist
# TernJS port file
.tern-port

assets/
src/images/.DS_Store
.DS_Store
*.xml

!assets/

0 comments on commit 85b15f2

Please sign in to comment.