-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from herbsjs/master
Update fork
- Loading branch information
Showing
22 changed files
with
5,978 additions
and
1,298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: CD Build | ||
|
||
on: | ||
push: | ||
branches: [ master ] | ||
|
||
jobs: | ||
build: | ||
if: "!contains(github.event.head_commit.message, 'skip ci')" | ||
runs-on: ubuntu-18.04 | ||
|
||
strategy: | ||
matrix: | ||
node-version: [14.x] | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
- name: Install Packages | ||
run: npm ci | ||
|
||
- name: Installing dependencies | ||
run: npm i --ignore-scripts | ||
|
||
- name: Build Step | ||
env: | ||
CI: "" | ||
run: npm run build --if-present | ||
|
||
- name: Running Linter - ESLint | ||
run: npm run lint | ||
|
||
- name: Run Semantic Release | ||
run: npx semantic-release | ||
env: | ||
GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: CI build | ||
|
||
on: | ||
pull_request: | ||
branches: [master] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
matrix: | ||
node-version: [14.x] | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
- name: Installing dependencies | ||
run: npm i --ignore-scripts | ||
- name: Running tests | ||
run: | | ||
npm test | ||
npx nyc --reporter=lcov npm test && npx codecov | ||
env: | ||
CI: true | ||
- name: Upload coverage to Codecov | ||
uses: codecov/codecov-action@v2 | ||
|
||
- name: Running Linter - ESLint | ||
run: npm run lint | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,5 +114,4 @@ dist | |
.yarn/build-state.yml | ||
.pnp.* | ||
.editorconfig | ||
/.eslintrc.json | ||
.prettierrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"branches": "master", | ||
"repositoryUrl": "https://github.com/herbsjs/suma2text", | ||
"debug": "true", | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/npm", | ||
"@semantic-release/github", | ||
[ | ||
"@semantic-release/changelog", | ||
{ | ||
"changelogFile": "CHANGELOG.md" | ||
} | ||
], | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
"assets": ["package.json", "package-lock.json", "CHANGELOG.md"], | ||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" | ||
} | ||
] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
{ | ||
"python.pythonPath": "C:\\Python38\\python.exe" | ||
"python.pythonPath": "C:\\Python38\\python.exe", | ||
"workbench.colorCustomizations": { | ||
"editorRuler.foreground": "#4e2d38", | ||
"activityBar.background": "#312F0E", | ||
"titleBar.activeBackground": "#444113", | ||
"titleBar.activeForeground": "#FBFBF3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## [1.1.1](https://github.com/herbsjs/suma2text/compare/v1.1.0...v1.1.1) (2022-02-15) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **suma2text.js:** adding an `if` to check if process exists to emit a warning ([e51fb5c](https://github.com/herbsjs/suma2text/commit/e51fb5cbe1dbea47b2a0f86c8caf5b00068db71e)), closes [#28](https://github.com/herbsjs/suma2text/issues/28) | ||
|
||
# [1.1.0](https://github.com/herbsjs/suma2text/compare/v1.0.0...v1.1.0) (2022-01-15) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **languagepackage:** fix a bug in language package, that was happening when calls suma text ([f3e141a](https://github.com/herbsjs/suma2text/commit/f3e141ab9e51f900dff03a715458f294ebe166bc)), closes [#5](https://github.com/herbsjs/suma2text/issues/5) | ||
|
||
|
||
### Features | ||
|
||
* **es-es language:** add es-ES language ([8c95e4e](https://github.com/herbsjs/suma2text/commit/8c95e4e540ad551386721a61cfe05777c9514135)) | ||
|
||
# 1.0.0 (2021-06-23) | ||
|
||
|
||
### Features | ||
|
||
* change library to herbs organization ([2cb1ccd](https://github.com/herbsjs/suma2text/commit/2cb1ccdf91f9942363d8146e0edd979258b74092)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.