Skip to content

🎉 Initial commit #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .dockerignore

This file was deleted.

Empty file removed .env
Empty file.
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* @NatoBoram
*.ts @coderabbitai/typescript-reviewers
*.tsx @coderabbitai/react-reviewers
5 changes: 0 additions & 5 deletions .github/FUNDING.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/copilot-instructions.md

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/docker.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/pnpm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ jobs:
- uses: actions/setup-node@v4
with:
registry-url: https://npm.pkg.github.com
scope: "@natoboram"
scope: "@coderabbitai"
- run: pnpm publish --access public --no-git-checks --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org
scope: "@natoboram"
scope: "@coderabbitai"
- run: pnpm publish --access public --no-git-checks --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

- run: pnpm pack --pack-gzip-level 9
- run: gh release create "$VERSION" --generate-notes --title "$VERSION" --verify-tag natoboram-gigachad.ts-*.tgz
- run: gh release create "$VERSION" --generate-notes --title "$VERSION" --verify-tag coderabbitai-ast-grep-langs-*.tgz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ github.ref_name }}
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"esbenp.prettier-vscode",
"github.vscode-github-actions",
"github.vscode-pull-request-github",
"ms-azuretools.vscode-docker",
"redhat.vscode-yaml",
"vitest.explorer"
]
Expand Down
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com) and this p

### Added

- A `Lang` enum with the names of all first-party languages.
- A `langs` object with all first-party languages.

### Changed

### Deprecated
Expand All @@ -18,14 +21,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com) and this p

### Security

## [0.0.0] - 2025-06-04

This release doesn't actually exist; it's a placeholder to demonstrate the changelog format.

### Added

- A changelog following the [Keep a Changelog](https://keepachangelog.com) format.

## Types of changes

- `Added` for new features.
Expand All @@ -34,6 +29,3 @@ This release doesn't actually exist; it's a placeholder to demonstrate the chang
- `Removed` for now removed features.
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

[Unreleased]: https://github.com/NatoBoram/gigachad.ts/compare/v0.0.0...HEAD
[0.0.0]: https://github.com/NatoBoram/gigachad.ts/releases/tag/v0.0.0
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
<https://github.com/NatoBoram/gigachad.ts>.
<support@coderabbit.ai>.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
18 changes: 0 additions & 18 deletions Dockerfile

This file was deleted.

Loading