verceler

Automates tag or released based deployments on Vercel using GitHub Actions

MIT License

Downloads
15
Stars
6

Bot releases are hidden (Show)

verceler - v1.0.9 Latest Release

Published by IamLizu 3 months ago

verceler - v1.0.8

Published by IamLizu 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/IamLizu/verceler/compare/v1.0.7...v1.0.8

verceler - v1.0.7

Published by IamLizu 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/IamLizu/verceler/compare/v1.0.6...v1.0.7

verceler - v1.0.6

Published by IamLizu 5 months ago

Changelog

[v1.0.6] - 2024-06-03

Changed

  • Updated the README.md file to include a new section that lists and explains the available command-line options in a table.
verceler - v1.0.5

Published by IamLizu 5 months ago

Changelog

[1.0.5] - 2024-06-03

Fixed

  • File Exclusion: Ensured the tests directory is excluded from the published npm package by updating the .npmignore file.
verceler - v1.0.4

Published by IamLizu 5 months ago

verceler - v1.0.3

Published by IamLizu 5 months ago

verceler -

Published by IamLizu 5 months ago

Changelog

[1.0.2] - 2024-06-03

Added

  • Added homepage field to package.json pointing to the README of the repository.
  • Added bugs field to package.json containing the URL for reporting issues.

Changed

  • Improved package metadata to enhance user experience and facilitate issue reporting.

This release includes improvements to the package.json metadata, adding clear references for the homepage and issue reporting, thus making it easier for users to find information and report issues.

verceler - v1.0.1

Published by IamLizu 5 months ago

Changelog

[1.0.1] - 2024-06-03

Fixed

  • Replaced npm commands with yarn commands in the GitHub Actions workflow for publishing the package. This includes:
    • Using yarn install --frozen-lockfile instead of npm ci for installing dependencies.
    • Using yarn test --verbose --coverage instead of npm test --verbose --coverage for running tests.
    • Using yarn publish instead of npm publish for publishing the package to npm registry.

Note

  • This change ensures compatibility and consistency with Yarn as the package manager for the project.
verceler - v1.0.0

Published by IamLizu 5 months ago

Here is an initial changelog for version 1.0.0:


Changelog

v1.0.0 - 2024-06-10

Added

  • Initial release of verceler, a tool to streamline the deployment process to Vercel.
  • CLI options for configuring Vercel and GitHub tokens.
  • Automated creation of GitHub Actions workflow file for Vercel deployments.
  • Environment variable management for Vercel projects.
  • Automated linking of Vercel projects.
  • GitHub Secrets management for securely storing Vercel credentials.
  • Domain management for Vercel projects.

Fixed

  • Error handling for invalid GitHub tokens.
  • Proper encryption of GitHub secrets using libsodium-wrappers.

Changed

  • Improved CLI parsing and validation.
  • Enhanced logging for debugging and error tracking.

This initial changelog provides an overview of the features and improvements included in version 1.0.0 of verceler.

Package Rankings
Top 34.81% on Npmjs.org