chore 🔧: add GitHub Action to create releases from tags

This commit is contained in:
Ante Budimir 2025-03-09 18:36:10 +02:00
parent 5f1e602dee
commit 44eeb7be6d
3 changed files with 34 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import customOrderRule from './css-rules/custom-order/rule-definition.js';
export const vanillaExtract = {
meta: {
name: '@antebudimir/eslint-plugin-vanilla-extract',
version: '1.4.1',
version: '1.4.2',
},
rules: {
'alphabetical-order': alphabeticalOrderRule,