-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Manifest.json version bump #120
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bdougie
approved these changes
May 25, 2023
github-actions bot
pushed a commit
that referenced
this pull request
May 25, 2023
## [1.2.0-beta.4](v1.2.0-beta.3...v1.2.0-beta.4) (2023-05-25) ### π Features * Manifest.json version bump ([#120](#120)) ([488046b](488046b))
π This PR is included in version 1.2.0-beta.4 π The release is available on GitHub release Your semantic-release bot π¦π |
github-actions bot
pushed a commit
that referenced
this pull request
May 25, 2023
## [1.2.0](v1.1.0...v1.2.0) (2023-05-25) ### π§βπ» Code Refactoring * improved-extension-navigation ([#99](#99)) ([5b2f5c1](5b2f5c1)) ### π Documentation * dev docs ([#83](#83)) ([4eff6eb](4eff6eb)) ### π Bug Fixes * adds demo to readme ([c27e614](c27e614)) * bump manifest version on main only ([#124](#124)) ([e4a86e4](e4a86e4)) * duplicate-button-injections using guards ([#110](#110)) ([3978766](3978766)) ### π Features * add PR velocity to profile page ([#111](#111)) ([ba7fad6](ba7fad6)) * generate code suggestions via AI ([#90](#90)) ([14eede1](14eede1)), closes [#104](#104) * Manifest.json version bump ([#120](#120)) ([488046b](488046b)) * Resources page to link users to open-sauced feedback/discussions ([#100](#100)) ([3d607ae](3d607ae))
π This PR is included in version 1.2.0 π The release is available on GitHub release Your semantic-release bot π¦π |
zer0and1
added a commit
to zer0and1/open-sauced.ai
that referenced
this pull request
Jul 26, 2023
## [1.2.0-beta.4](open-sauced/ai@v1.2.0-beta.3...v1.2.0-beta.4) (2023-05-25) ### π Features * Manifest.json version bump ([#120](open-sauced/ai#120)) ([488046b](open-sauced/ai@488046b))
zer0and1
pushed a commit
to zer0and1/open-sauced.ai
that referenced
this pull request
Jul 26, 2023
## [1.2.0](open-sauced/ai@v1.1.0...v1.2.0) (2023-05-25) ### π§βπ» Code Refactoring * improved-extension-navigation ([#99](open-sauced/ai#99)) ([5b2f5c1](open-sauced/ai@5b2f5c1)) ### π Documentation * dev docs ([#83](open-sauced/ai#83)) ([4eff6eb](open-sauced/ai@4eff6eb)) ### π Bug Fixes * adds demo to readme ([c27e614](open-sauced/ai@c27e614)) * bump manifest version on main only ([#124](open-sauced/ai#124)) ([e4a86e4](open-sauced/ai@e4a86e4)) * duplicate-button-injections using guards ([#110](open-sauced/ai#110)) ([3978766](open-sauced/ai@3978766)) ### π Features * add PR velocity to profile page ([#111](open-sauced/ai#111)) ([ba7fad6](open-sauced/ai@ba7fad6)) * generate code suggestions via AI ([#90](open-sauced/ai#90)) ([14eede1](open-sauced/ai@14eede1)), closes [#104](open-sauced/ai#104) * Manifest.json version bump ([#120](open-sauced/ai#120)) ([488046b](open-sauced/ai@488046b)) * Resources page to link users to open-sauced feedback/discussions ([#100](open-sauced/ai#100)) ([3d607ae](open-sauced/ai@3d607ae))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this? (check all applicable)
Description
This PR updates the release workflow to use the latest version of actions/checkout and actions/setup-node. Node version is updated to 18.x. The open-sauced/release action is updated to v2.1.0.
Generated using OpenSauced.
The updated release-action bumps the
version
value in themanfest.json
file after each release.A working demo of the updated workflow can be found here: https://github.com/Anush008/release-test/actions/runs/5075094479.
Manifest.json version bump demo commit: https://github.com/Anush008/release-test/commit/8b79587aa6aac9326d4e4a2033097b63b4cfa999.
Related Tickets & Documents
Resolves #53.
Mobile & Desktop Screenshots/Recordings
Added tests?
Added to documentation?