🌐 AI搜索 & 代理 主页
Skip to content

Conversation

@timmywil
Copy link
Member

  • the new script pulls all authors from the Sizzle repo
  • added temporary grunt task for releases

Summary

I started putting together the release and ran into a stale authors list. I then ran grunt update-authors, but forgot that we want to continue including Sizzle authors and I already wrote a script for that. This pulls that script from #5306.

I've also added a grunt task that uses the updated script. Since we're not using the updated release process just yet, we need that for the jquery-release script. The grunt task logs all authors to console and jquery-release does its own check.

Checklist

- the new script pulls all authors from the Sizzle repo
- added temporary grunt task for releases
@timmywil timmywil requested a review from mgol January 22, 2024 15:33
@timmywil timmywil added this to the 4.0.0 milestone Jan 22, 2024
@timmywil timmywil added Blocker Discuss in Meeting Reserved for Issues and PRs that anyone would like to discuss in the weekly meeting. labels Jan 22, 2024
Comment on lines +213 to +217
const done = this.async();
const { getAuthors } = require( "./build/release/authors.js" );
const authors = await getAuthors();
console.log( authors.join( "\n" ) );
done();
Copy link
Member

Choose a reason for hiding this comment

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

I like this pattern of using an async function and calling done() in a way that looks synchronous. 🙂

@timmywil timmywil removed the Discuss in Meeting Reserved for Issues and PRs that anyone would like to discuss in the weekly meeting. label Jan 22, 2024
timmywil and others added 2 commits January 22, 2024 13:09
Co-authored-by: Michał Gołębiowski-Owczarek <m.goleb@gmail.com>
Co-authored-by: Michał Gołębiowski-Owczarek <m.goleb@gmail.com>
Copy link
Member

@mgol mgol left a comment

Choose a reason for hiding this comment

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

LGTM!

@timmywil timmywil merged commit af79c99 into jquery:main Jan 23, 2024
@timmywil timmywil deleted the authors branch January 23, 2024 02:08
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

2 participants