Compare commits

...

2 Commits

Author SHA1 Message Date
f7df86b0b1
update for vue3 compilance
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-03 13:13:29 +02:00
f9459d64fa
chore(ci): 1.0.3 🎉 2023-04-14 18:00:07 +02:00
5 changed files with 36 additions and 5 deletions

View File

@ -6,6 +6,9 @@ name: npm-publish-snapshot
trigger:
event:
- push
branch:
exclude:
- master
steps:
- name: publish-snapshot
@ -22,3 +25,31 @@ steps:
- npm version $SNAPSHOT
- npm publish --tag snapshot
# - npm dist-tag add @ioprojects/ui-eslint-base@$SNAPSHOT snapshot
---
kind: pipeline
type: docker
name: npm-publish-release
trigger:
event:
- push
branch:
- master
steps:
- name: publish-release
image: node:18
environment:
GITEA_TOKEN:
from_secret: gitea_token
VERSION: ${NEW_VERSION}
commands:
- git fetch --tags
- OLD_VERSION=$(cat VERSION 2>/dev/null) || echo "1.0.0"
- echo $NEW_VERSION
- echo $OLD_VERSION
- npm ci
- npm version $NEW_VERSION
- npm publish
# - npm dist-tag add @ioprojects/ui-eslint-base@$SNAPSHOT snapshot

View File

@ -15,7 +15,7 @@
},
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"plugin:vue/vue3-essential",
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended"
],

2
.npmrc
View File

@ -1,4 +1,4 @@
@ioprojects:registry=https://git.endmove.eu/api/packages/io-projectsofficial/npm/
//git.endmove.eu/api/packages/io-projectsofficial/npm/:_authToken="${GITEA_TOKEN}"
tag-version-prefix=""
message="chore(ci): %s :tada:"
message="chore(ci): %s"

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@ioprojects/ui-eslint-base",
"version": "1.0.0",
"version": "1.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@ioprojects/ui-eslint-base",
"version": "1.0.0",
"version": "1.0.3",
"license": "SEE LICENSE IN THE LICENSE FILE",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.58.0",

View File

@ -1,6 +1,6 @@
{
"name": "@ioprojects/ui-eslint-base",
"version": "1.0.0",
"version": "1.0.3",
"description": "NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects",
"main": ".eslintrc.json",
"files": [