Skip to content

Commit

Permalink
chore: remove release it configuration (#20)
Browse files Browse the repository at this point in the history
* chore: remove release it configuration

* docs(readme): update README documentation

* chore: update changeset

* chore: add new emojis to gihub actions
  • Loading branch information
tsevdos committed Oct 28, 2023
1 parent 034e26f commit ef13554
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18 deletions.
6 changes: 6 additions & 0 deletions .changeset/funny-falcons-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@tsevdos/greek-in-tech": patch
---

- remove release it configuration
- update README documentation
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
node: [16, 18, 20]
name: Checking PR in node version ➡️ ${{ matrix.node }}❗️
name: Checking PR in node version ➡️ ${{ matrix.node }} 💯
steps:
- name: Checkout code 📥
uses: actions/checkout@v3
Expand All @@ -35,5 +35,5 @@ jobs:
- name: Test app 🙏
run: npm test

- name: Build app 🏗
- name: Build app 👷
run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies 🔥
run: npm ci

- name: Create Release Pull Request or Publish
- name: Create release PR 📦
id: changesets
uses: changesets/action@v1
with:
Expand Down
15 changes: 0 additions & 15 deletions .release-it.json

This file was deleted.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ yarn add @tsevdos/greek-in-tech
## Usage

```js
// CommonJS
const GreekInTech = require("@tsevdos/greek-in-tech").default;
const all = require("@tsevdos/greek-in-tech").all;
const random = require("@tsevdos/greek-in-tech").random;
const getEntry = require("@tsevdos/greek-in-tech").getEntry;
// ESM
import GreekInTech, { all, random, getEntry } from "@tsevdos/greek-in-tech";

GreekInTech.all: object[]
Expand Down

0 comments on commit ef13554

Please sign in to comment.