Skip to content

Conversation

@pedro-psb
Copy link
Member

This PR does:

  • Updates the info about last editions of PulpCon with proper links, dates and stats.
  • Change date format (the world doesnt have a consensus if it should be mm/dd or dd/mm)
image

Got the pulpcore dates with:

git tag -l "3.*.0" | sort -V | while read tag; do
    if [ -n "$tag" ]; then
        # Get short SHA and commit date for the tag
        short_sha=$(git rev-parse --short "$tag")
        commit_date=$(git log -1 --format="%cd" --date=short "$tag")

        printf "%-12s %s %s\n" "$tag" "$short_sha" "$commit_date"
    fi
done

@ggainey ggainey merged commit 37605b8 into pulp:main Dec 4, 2025
5 checks passed
@pedro-psb pedro-psb deleted the add-more-pulpcon-links branch December 4, 2025 13:10
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.

2 participants