Skip to content

Conversation

jdsgomes
Copy link
Contributor

Add release tags as parameters, exclude prototype stuff from release notes and
automate contributors list

Add release tags as parameters, exclude prototype stuff from release notes and
automate contributors list
@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Feb 22, 2022

💊 CI failures summary and remediations

As of commit 96e2785 (more details on the Dr. CI page):


💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

Copy link
Member

@NicolasHug NicolasHug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jdsgomes

# In[12]:

# Generate list of authors
command_to_run = f"{{ git shortlog -s {previous_release}..{current_release} | cut -f2- & git log -s {previous_release}..{current_release} | grep Co-authored | cut -f2- -d: | cut -f1 -d\< | sed 's/^ *//;s/ *$//' ; }} | sort --ignore-case | uniq | tr '\n' ';' | sed 's/;/, /g;s/, $//' | fold -s"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The linter is complaining about this line. It might be due to a change made yesterday to run temporarily on root. This was patched today so let's merge main and retry.

@jdsgomes jdsgomes merged commit 8097370 into pytorch:main Feb 23, 2022
@github-actions
Copy link

Hey @jdsgomes!

You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py

facebook-github-bot pushed a commit that referenced this pull request Feb 25, 2022
Summary:
* Make small improvements to the release notes scripts

Add release tags as parameters, exclude prototype stuff from release notes and
automate contributors list

Reviewed By: jdsgomes

Differential Revision: D34475323

fbshipit-source-id: 4a852e86a4ddff2dd60dc64d5dbe0cd92127aecb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants