Skip to content
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

Publish workflow #10

Merged
merged 3 commits into from
Mar 4, 2025
Merged

Publish workflow #10

merged 3 commits into from
Mar 4, 2025

Conversation

samchon
Copy link
Contributor

@samchon samchon commented Mar 4, 2025

This pull request includes several changes to the build and release processes, as well as updates to dependencies and licensing. The most important changes are summarized below:

Build and Release Process Improvements:

  • Added a new GitHub Actions workflow for publishing the SDK to NPM upon release creation. This includes steps for checking out the repository, setting up Node.js, installing dependencies, building the environment file, building the SDK, and publishing it to NPM. (.github/workflows/release.yml)
  • Introduced a new script to copy the .env.example file to .env if the latter does not exist, ensuring the environment configuration is set up correctly. (build/env.ts)
  • Added a new build script build:env to the package.json file for generating the environment configuration file. (package.json)

Dependency Updates:

  • Updated several dependencies in the package.json file, including nestia, typescript, @nestia/core, @nestia/fetcher, and typia, to their latest versions. (package.json) [1] [2] [3]

Licensing Changes:

  • Changed the license of the packages/api package from AGPL-3.0-only to MIT, making it more permissive. (packages/api/package.json)

These changes aim to streamline the build and release processes, ensure the environment is correctly configured, and update dependencies to their latest versions for improved stability and features.

@samchon samchon added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 4, 2025
@samchon samchon self-assigned this Mar 4, 2025
Copy link
Collaborator

@sunrabbit123 sunrabbit123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AcrylicShrimp AcrylicShrimp merged commit 9271e17 into main Mar 4, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants