diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 14f6ce0..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,65 +0,0 @@ -name: ⚠️ Release -on: - workflow_dispatch: - inputs: - forcePush: - type: boolean - required: false - description: --force-publish package - mode: - type: choice - description: force package to be versioned (depend --force-publish) - required: false - default: minor - options: - - patch - - minor - - major - -jobs: - run-release: - name: Run release - runs-on: ubuntu-latest - env: - GH_TOKEN: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.45.0 - with: - token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/node@v1.45.0 - - uses: taiga-family/ci/actions/setup/config/git@v1.45.0 - with: - token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/config/npm@v1.45.0 - with: - token: ${{ secrets.TINKOFF_SCOPE_NPM_TOKEN }} - - - name: Lerna update version of packages - if: always() - run: | - if [[ ${{ github.event.inputs.forcePush }} == "true" ]]; then - npx lerna version ${{ github.event.inputs.mode }} --no-private --force-publish - else - npx lerna version --no-private - fi - - - run: npx nx build angular-contenteditable-accessor - - - run: npx nx publish angular-contenteditable-accessor - if: always() - - - id: info - run: | - echo "version=@tinkoff/angular-contenteditable-accessor@$(node -p "require('./projects/angular-contenteditable-accessor/package.json').version")" >> $GITHUB_OUTPUT - - - name: Announce to Telegram - uses: taiga-family/ci/actions/messenger/telegram/announce@v1.45.0 - with: - chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} - topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }} - token: ${{ secrets.TAIGA_TELEGRAM_BOT_TOKEN }} - version: ${{ steps.info.outputs.version }} - -concurrency: - group: release-${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true diff --git a/LICENSE b/LICENSE index 6c71829..50f8fa0 100644 --- a/LICENSE +++ b/LICENSE @@ -175,7 +175,7 @@ END OF TERMS AND CONDITIONS - Copyright 2019 Tinkoff Bank + Copyright 2024 Acpekt Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.