Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use tag rather than timestamp in dataset changelog headings #176

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ivan-aksamentov
Copy link
Member

Rather than using a timestamp in changelog headings, e.g. 2024-02-16T04:00:32Z, let's use version tag, which is a safe representation of a timestamp, e.g. 2024-02-16--04-00-32Z.

Side-by-side for comparison:

2024-02-16T04:00:32Z
2024-02-16--04-00-32Z

This will make the representation consistent across CHANGELOG.md, index.json, pathogen.json, git commit text andgit tags, filesystem paths, CLI display and args, etc.

Notable exception is web UI, which decides how to represent dates in on its own to make it look friendlier for less technical users.

Rather than using a timestamp in changelog headings, e.g. `2024-02-16T04:00:32Z`, let's use version tag, which is a safe representation of a timestamp, e.g. `2024-02-16--04-00-32Z`.

Side-by-side for comparison:
```
2024-02-16T04:00:32Z
2024-02-16--04-00-32Z
```

This will make the representation consistent across `CHANGELOG.md`, `index.json`, `pathogen.json`, git commit text andgit  tags, filesystem paths, CLI display and args, etc.

Notable exception is web UI, which decides  how to represent dates in on its own to make it look friendlier for less technical users.
@ivan-aksamentov ivan-aksamentov deployed to refs/pull/176/merge February 17, 2024 06:32 — with GitHub Actions Active
@ivan-aksamentov ivan-aksamentov marked this pull request as draft February 17, 2024 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant