# SlickGrid.ADS **Repository Path**: mirrors_microsoft/SlickGrid.ADS ## Basic Information - **Project Name**: SlickGrid.ADS - **Description**: Version of SlickGrid for use in Azure Data Studio - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-11 - **Last Updated**: 2026-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This project is a clone of https://github.com/6pac/SlickGrid with customizations made for use in Azure Data Studio. ## Release Process Releases are automated with the GitHub Actions workflow at `.github/workflows/release.yml`. ### Automatic release trigger When `package.json` is changed on `main`, the workflow checks whether the `version` value changed. If the version changed and a matching `v` tag does not already exist, it automatically: - Creates and pushes the `v` tag - Creates a GitHub Release with generated notes - Attaches the npm package tarball (`.tgz`) to the release ### How to create a release 1. Open **Actions** in GitHub and run the **Release** workflow. 2. Provide a semantic version (for example, `2.3.52`, without `v`). The workflow will: - Update `package.json` version - Commit the version bump to `main` - Create and push a `v` tag - Create a GitHub Release with generated notes - Attach the npm package tarball (`.tgz`) to the release