Skip to content

Commit

Permalink
fix: 👷 remove changesets (#20)
Browse files Browse the repository at this point in the history
* fix: 👷 remove changesets

Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>

* fix: 🚨 linting issues with changelog

Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>

* chore: 🚨 ignore changelog

Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>

* fix: 🚨 markdown issues with super linter

Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>

---------

Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
  • Loading branch information
iamnewton authored Oct 29, 2024
1 parent f39b087 commit c3bc4af
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 765 deletions.
8 changes: 0 additions & 8 deletions .changeset/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/config.json

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
FIX_JAVASCRIPT_PRETTIER: true
# FIX_JSON_PRETTIER: true => turning this off til i figure out why its not respecting config
FIX_JSX_PRETTIER: true
FIX_MARKDOWN_PRETTIER: true
# FIX_MARKDOWN_PRETTIER: true
FIX_TSX: true
FIX_TYPESCRIPT_PRETTIER: true
# FIX_YAML_PRETTIER: true => turning this off til i figure out why its not respecting config
Expand All @@ -72,7 +72,7 @@ jobs:
VALIDATE_JAVASCRIPT_PRETTIER: true
VALIDATE_JSON_PRETTIER: true
VALIDATE_JSX_PRETTIER: true
VALIDATE_MARKDOWN_PRETTIER: true
# VALIDATE_MARKDOWN_PRETTIER: true => disabling because its annoying and doesn't respect anything
# VALIDATE_NATURAL_LANGUAGE: true
VALIDATE_TSX: true
VALIDATE_TYPESCRIPT_PRETTIER: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: Install dependencies

- run: npm publish
name: Publish to NPM
name: Publish to GitHub
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- @generated -->
<!-- prettier-ignore -->

# Changelog

## [0.2.2](https://github.com/theholocron/react-template/compare/v0.2.1...v0.2.2) (2024-10-28)
Expand Down
Loading

0 comments on commit c3bc4af

Please sign in to comment.