Commit Graph

6 Commits

Author SHA1 Message Date
D V
52f7831751
refactor: Use package.json for version management (#5514)
* refactor: Use package.json for version management

- uses package.json file for version management.
- updated the regex pattern.
- removed the logic that creates or updates the version.txt file

* load version through package.json

* fix code duplication

* add changeset

* add changeset

* fixes

* fix

* package version

* fix

* typing

* typing

* changes

* add changeset

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-09-15 16:23:52 -07:00
pngwn
1e90a2ef2d
Fix ci again again again (#5329)
* fix changelog generation

* fix changelog generation

* fix
2023-08-24 18:36:36 +01:00
pngwn
d44708e243
fix changelog generation (#5328) 2023-08-24 18:09:37 +01:00
pngwn
807fb883d3
Support lists in fix + feat changelog entries (#5261) 2023-08-18 16:32:25 +01:00
pngwn
2e61a6612a
pin local dependencies when auto-bumping (#5222)
* pin local dependencies when auto-bumping

* better jsdoc
2023-08-14 21:13:38 +01:00
pngwn
62306d9ed1
unified release process (#4986)
* Implement unified version and release mechanism for all python and javascript packages.

* Update gradio/package.json

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>

* fix changelog

* fix changelog

* Update js/button/README.md

* Update .github/workflows/generate-changeset.yml

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-07-21 19:13:21 +01:00