Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Switch to changesets for releasing #69

Merged
merged 5 commits into from
Feb 1, 2024
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
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": []
}
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

permissions:
contents: write
issues: write
issues: read
pull-requests: write

jobs:
Expand Down Expand Up @@ -61,7 +61,9 @@ jobs:

- name: Release
if: github.repository_owner == 'vintl-dev'
uses: changesets/action@v1
with:
publish: pnpm changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm exec semantic-release
9 changes: 0 additions & 9 deletions .releaserc.json

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vintl/unplugin",
"version": "0.0.0",
"version": "2.0.0",
"description": "Transform files containing ICU MessageFormat messages.",
"author": {
"name": "Alexander 'Brawaru' Sorokin",
Expand Down Expand Up @@ -62,6 +62,7 @@
"node": ">=16"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@ltd/j-toml": "^1.38.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@rollup/plugin-json": "^6.1.0",
Expand All @@ -73,7 +74,6 @@
"prettier": "^3.2.4",
"prettier-plugin-jsdoc": "^1.3.0",
"rollup": "^4.9.5",
"semantic-release": "^22.0.12",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.0.12",
Expand Down
Loading
Loading