Skip to content

Latest commit

 

History

History
133 lines (79 loc) · 3.27 KB

CHANGELOG.md

File metadata and controls

133 lines (79 loc) · 3.27 KB

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

The emoji used in the GitHub commit message is based on gitmoji.

1.1.1 - 2023-02-26

♻️ Changed

  • 🐛 update README version.
  • ⬆️ use nodejs16 in action.
  • 💚 update set-output commands.

1.1.0 - 2022-08-25

✨ Added

  • ✨ add allow_archived support, default include the archived repo in repo list.
  • ✨ add archivedList output.

1.0.1 - 2021-02-01

♻️ Changed

  • 📝 use the ${{ github.repository }} as the default value of input user.

1.0.0 - 2021-02-01

✨ Added

  • ✨ add allow_empty support, default exclude the empty repo in repo list.
  • ✨ add emptyList output.

♻️ Changed

  • 📝 add descriptions for repo list output in logs.
  • 🔥 Delete maxPage input.

0.4.1 - 2020-11-09

♻️ Changed

  • 📝 update version for readme.

0.4.0 - 2020-11-09

✨ Added

  • ✨ add block_list support.

♻️ Changed

  • 🗑 change maxPage to max_page.

0.3.0 - 2020-10-20

✨ Added

  • ✨ support default GITHUB_TOKEN.

0.2.1 -2020-10-19

✨ Added

  • support for organization.

♻️ Changed

  • 📝 update descriptions about my_token.
  • ✏️ update version for readme.

0.2.0 - 2020-10-18

✨ Added

  • ✨ Fit debug option for save repo information.(default false)
  • ✨ Use artifact option to upload repo information in debug mode.
  • ✨ Add current repo name to output(repo).

♻️ Changed

  • 🙈 remove test directory.

🐛 Fixed

  • 🐛 Fix privateList and forkList info error.

0.1.0 - 2020-10-16

🐛 Fixed

  • 🚑 fix get the organization repo list with the repo token.

0.0.3 - 2020-10-16

♻️ Changed

  • 🔥 Delete privateList_ALL and forkList_ALL for output.
  • 🔥 Delete repo sync2gitee workflow.
  • 📝 Update repo data save to ${{ github.workspace }}/.repo_list.

0.0.2 - 2020-10-14

✨ Added

  • ✨ support repo list with private and fork setting.

0.0.1 - 2020-10-11

✨ Added

  • 🎉 first publish.