From eec7e7898c615f6e75ce42b6756c70af18546c95 Mon Sep 17 00:00:00 2001 From: Morty Space Date: Thu, 10 Oct 2024 22:54:28 +0200 Subject: [PATCH] chore: [license] Updated dates --- .github/workflows/test_release.yml | 2 +- LICENSE | 2 +- pyproject.toml | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index f84d01d..b48b854 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -112,7 +112,7 @@ jobs: run: | git fetch --all git reset --hard origin/main - pip install python-semantic-release + pip install python-semantic-release poetry git config user.name github-actions git config user.email github-actions@github.com semantic-release version diff --git a/LICENSE b/LICENSE index 69df4bd..e09781b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2022 Yaroslav Rudenok [MortySpace] morty.space@gmail.com +Copyright (c) 2020-2024 Yaroslav Rudenok [MortySpace] morty.space@gmail.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index b7ece91..9da59dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,9 +71,8 @@ version_toml = [ "pyproject.toml:tool.poetry.version", ] branch = "main" -build_command = "pip install poetry && poetry build" +build_command = "poetry build" parser_angular_allowed_types="build,chore,ci,docs,feat,fix,perf,style,refactor,test,sync" parser_angular_minor_types = "feat" parser_angular_patch_types = "fix,perf,sync" -# commit_message = "" -# changelog_sections="feature,fix,sync,perf,breaking,documentation,performance,:boom:,:sparkles:,:children_crossing:,:lipstick:,:iphone:,:egg:,:chart_with_upwards_trend:,:ambulance:,:lock:,:bug:,:zap:,:goal_net:,:alien:,:wheelchair:,:speech_balloon:,:mag:,:apple:,:penguin:,:checkered_flag:,:robot:,:green_apple:,Other" +changelog_sections="feature,fix,sync,perf,breaking,documentation,performance,:boom:,:sparkles:,:children_crossing:,:lipstick:,:iphone:,:egg:,:chart_with_upwards_trend:,:ambulance:,:lock:,:bug:,:zap:,:goal_net:,:alien:,:wheelchair:,:speech_balloon:,:mag:,:apple:,:penguin:,:checkered_flag:,:robot:,:green_apple:,Other"