Skip to content

Commit

Permalink
switch to changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Nov 7, 2023
1 parent 817341a commit 29a82cd
Show file tree
Hide file tree
Showing 11 changed files with 1,708 additions and 3,455 deletions.
27 changes: 0 additions & 27 deletions .all-contributorsrc

This file was deleted.

12 changes: 0 additions & 12 deletions .autorc

This file was deleted.

8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
123 changes: 0 additions & 123 deletions .github/auto/crate-plugin.ts

This file was deleted.

116 changes: 0 additions & 116 deletions .github/auto/vscode-plugin.ts

This file was deleted.

29 changes: 17 additions & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
name: Release

on: [push]
on:
push:
branches:
- main

jobs:
release:
permissions:
actions: read
contents: write
pull-requests: write
issues: read
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -35,15 +42,13 @@ jobs:
- name: Install dependencies
run: bun install

- name: Build
run: bun run build

- name: Create Release
- name: Create Release Pull Request or Publish to Vscode Marketplace
uses: changesets/action@f13b1baaa620fde937751f5d2c3572b9da32af23
with:
title: Release Tracking
publish: bun run release
version: bun run version-packages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PM_TOKEN: ${{ secrets.NPM_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
run: |
bun run auto shipit
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "does-it-throw-client",
"name": "vscode-does-it-throw-client",
"description": "VSCode part of a language server",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
Loading

0 comments on commit 29a82cd

Please sign in to comment.