ipld / ipld/py-ipld-dag

No `version.json` to match go-ipld-prime

Open Beginner friendly
#33 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
13
Forks
9
PR merge metrics
No merged PRs in 30d

Description

go-ipld-prime has a `version.json` file. py-ipld-dag should have one for consistency across the multiformats ecosystem.

### Proposed Solution

1. Create `version.json`:
```json
{
"version": "v0.2.1"
}
```

2. Add to `bump-my-version` config in `pyproject.toml`.

### Related

- Go equivalent: go-ipld-prime `version.json`

Contributor guide

Open the contributing guide

Research direction

Start by reading pyproject.toml, especially the bump-my-version configuration, and compare the repository's versioning conventions with the linked go-ipld-prime version.json. Create version.json with the proposed version and update the bump-my-version configuration; done means both files are consistent and version bumps can include the new file.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system, release
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
85/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.