Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
BondarenkoAlex committed Apr 20, 2024
1 parent a37f4b4 commit 47d9644
Show file tree
Hide file tree
Showing 5 changed files with 2,189 additions and 251 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- test

jobs:
release:
Expand Down
11 changes: 4 additions & 7 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"branches": [
"master"
"master",
{name: 'test', prerelease: true}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/changelog",
"@semantic-release/git"
"@semantic-release/git",
"semantic-release-commitlint"
]
}
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export const MY_CONST = "Hello world fix";
export const MY_CONST_2 = "Hello world 2";
export const MY_CONST_Local = "Hello world local";
export const MY_CONST_Local_test = "Hello world local";
Loading

0 comments on commit 47d9644

Please sign in to comment.