Skip to content

Commit 0445da5

Browse files
Fix commoncode release scripts and bump version
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent 43c5acf commit 0445da5

4 files changed

Lines changed: 23 additions & 5 deletions

File tree

.github/workflows/commoncode-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create library release archives, create a GH release and publish PyPI wheel and sdist on tag in main branch
1+
name: Create and release commoncode wheels on GitHub and Pypi
22

33

44
# This is executed automatically on a tag in the main branch

.github/workflows/licensedcode-data-index-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create library release archives, create a GH release and publish PyPI wheel and sdist on tag in main branch
1+
name: Create and release licensedcode index & data wheels on GitHub and Pypi
22

33

44
# This is executed automatically on a tag in the main branch

commoncode-CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Release notes
22
=============
33

4+
5+
Version 32.5.1 - (2026-06-11)
6+
-----------------------------
7+
8+
- Minor fix in pyproject.toml to release wheels
9+
to pypi properly.
10+
11+
Version 32.5.0 - (2026-06-11)
12+
-----------------------------
13+
14+
- Merge commoncode back into scancode-toolkit
15+
https://github.com/aboutcode-org/scancode-toolkit/pull/5116
16+
17+
- Add support to create codebase from multiple input paths by
18+
starting codebase walk from these inputs and then ignoring
19+
based on path patterns. Improves codebase and resource
20+
collection and creation performance for multi-path scan inputs
21+
https://github.com/aboutcode-org/scancode-toolkit/pull/5055
22+
423
Version 32.4.2 - (2025-01-08)
524
-----------------------------
625

pyproject-commoncode.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ metadata_files = [
4242

4343
requires-python = ">=3.10"
4444

45-
[project.urls]
46-
Homepage = "https://github.com/nexB/scancode-toolkit"
47-
4845
dependencies = [
4946
"attrs >= 18.1,!=20.1.0;python_version<'3.11'",
5047
"attrs >= 22.1.0;python_version>='3.11'",
@@ -55,6 +52,8 @@ dependencies = [
5552
"text_unidecode >= 1.0"
5653
]
5754

55+
[project.urls]
56+
Homepage = "https://github.com/nexB/scancode-toolkit"
5857

5958
[project.optional-dependencies]
6059
dev = [

0 commit comments

Comments
 (0)