Skip to content

Releases: GregoryGost/version-tagger

v1.1.0

02 May 00:31
de7fcb1

Choose a tag to compare

EN

Changed

  • Updated project dependencies, including @actions/core, @actions/github, TypeScript, ESLint, Jest-related tooling, and GitHub Actions.
  • Tests adapted to the latest ESM-only versions of @actions/core and @actions/github.
  • Updated Jest and TypeScript configs to ensure tests and types work correctly in VSCode.
  • Updated GitHub Actions workflows, Dependabot configuration, and linting settings.
  • Updated the build file dist/index.js.
  • Updated documentation and coverage badge.
  • Added project-specific .codex rules.

Fixed

  • Fixed test compatibility with new versions of the GitHub Actions SDK
  • Fixed Octokit client type in Github via ReturnType<typeof getOctokit>

RU

Изменено

  • Обновлены зависимости проекта, включая @actions/core, @actions/github, TypeScript, ESLint, Jest-related tooling и GitHub Actions.
  • Тесты адаптированы под актуальные ESM-only версии @actions/core и @actions/github.
  • Обновлены Jest и TypeScript конфиги для корректной работы тестов и типов в VSCode.
  • Обновлены GitHub Actions workflows, Dependabot-конфигурация и настройки линтинга.
  • Обновлена сборка dist/index.js.
  • Обновлена документация и coverage badge.
  • Добавлены локальные .codex правила проекта.

Исправлено

  • Исправлена совместимость тестов с новыми версиями GitHub Actions SDK.
  • Исправлен тип Octokit-клиента в Github через ReturnType<typeof getOctokit>.

What's Changed

  • Bump the development group with 2 updates by @dependabot[bot] in #74
  • Bump @types/node from 22.7.5 to 22.7.7 in the development group by @dependabot[bot] in #75
  • Bump the development group with 2 updates by @dependabot[bot] in #76
  • Bump @types/node from 22.8.1 to 22.8.7 in the development group by @dependabot[bot] in #77
  • Bump the development group with 3 updates by @dependabot[bot] in #78
  • from varcel to tsup, up lib, dependabot interval from weekly to monthly by @GregoryGost in #80
  • Bump the development group with 4 updates by @dependabot[bot] in #81
  • Bump super-linter/super-linter from 7.1.0 to 7.2.0 in the actions-minor group by @dependabot[bot] in #82
  • Bump the development group with 5 updates by @dependabot[bot] in #83
  • change setup-node node version file by @GregoryGost in #84
  • migrate to ESLint 9 by @GregoryGost in #85
  • Bump the development group across 1 directory with 4 updates by @dependabot[bot] in #87
  • Bump super-linter/super-linter from 7.2.0 to 7.2.1 in the actions-minor group by @dependabot[bot] in #88
  • Bump the development group with 4 updates by @dependabot[bot] in #89
  • Bump the development group with 4 updates by @dependabot[bot] in #90
  • Bump the development group with 2 updates by @dependabot[bot] in #91
  • pnpm up 9 to 10, libs up. ts fixed viersion 5.7.3 by @GregoryGost in #103
  • lib up by @GregoryGost in #116
  • Bump super-linter/super-linter from 7.3.0 to 7.4.0 in the actions-minor group by @dependabot[bot] in #112
  • Bump the development group with 2 updates by @dependabot[bot] in #117
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #120
  • Up lib 20251229 by @GregoryGost in #136
  • Bump the development group with 2 updates by @dependabot[bot] in #137
  • Bump globals from 16.5.0 to 17.0.0 by @dependabot[bot] in #138
  • lib up 11.01.2026 by @GregoryGost in #141
  • Bump the development group with 5 updates by @dependabot[bot] in #142
  • Bump the development group with 4 updates by @dependabot[bot] in #143
  • Bump the development group with 4 updates by @dependabot[bot] in #144
  • Bump the development group with 7 updates by @dependabot[bot] in #148
  • Bump @eslint/js from 9.39.2 to 9.39.3 by @dependabot[bot] in #150
  • Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #152
  • Bump the development group with 9 updates by @dependabot[bot] in #160
  • Bump typescript-eslint from 8.58.2 to 8.59.0 in the development group by @dependabot[bot] in #164
  • Обновлены зависимости и тесты для актуальных Actions SDK by @GregoryGost in #168
  • Обновление зависимостей и адаптация тестов под актуальные Actions SDK by @GregoryGost in #169

Full Changelog: v1.0.5...v1.1.0

v1.0.5

06 Oct 11:15
97879c6

Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

29 Sep 10:24
e428d98

Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

21 Apr 17:32
05ab36a

Choose a tag to compare

What's Changed

  • Version 1.0.3 by @GregoryGost in #37
  • Fix working directory definition (GITHUB_WORKSPACE variable)

Full Changelog: v1.0.2...v1.0.3

v1.0.2

21 Apr 16:31
ed2fa95

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.2

v1.0.0

08 Jan 16:37
0bf8a98

Choose a tag to compare

Version Tagger 1.0.0

GitHub Action to automate tag-based version control. For both production and development.

Important

The this version only works with projects containing a package.json or workflow file that passes the version to the
input

See more in README.md