-
-
Notifications
You must be signed in to change notification settings - Fork 6
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 version value bump #13
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
changed the title
feat: manifest version value bump
test: manifest version value bump
May 25, 2023
bdougie
changed the title
test: manifest version value bump
feat: manifest version value bump
May 25, 2023
bdougie
approved these changes
May 25, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
github-actions bot
pushed a commit
that referenced
this pull request
May 25, 2023
## [2.1.0](v2.0.0...v2.1.0) (2023-05-25) ### π Features * manifest version value bump ([#13](#13)) ([9f4cd6f](9f4cd6f))
π This PR is included in version 2.1.0 π The release is available on: Your semantic-release bot π¦π |
github-actions bot
pushed a commit
to OgDev-01/release
that referenced
this pull request
May 15, 2024
## 1.0.0 (2024-05-15) ### β BREAKING CHANGES * adjust for ### π Continuous Integration * add better release testing workflows ([77c6515](77c6515)) ### π Bug Fixes * bump manifest only on main ([open-sauced#14](https://github.com/ogdev-01/release/issues/14)) ([11bec17](11bec17)) * correct action pre-release version ([143c4c7](143c4c7)) * correct breaking changes detection ([open-sauced#6](https://github.com/ogdev-01/release/issues/6)) ([686d8fa](686d8fa)), closes [open-sauced#1](https://github.com/ogdev-01/release/issues/1) * correct glob for public assets and supabase ([cff5c94](cff5c94)) * correct license plugin and refactor all tooling ([9779237](9779237)) * correct release remotes ([11a1763](11a1763)) * glob pattern ([2f85058](2f85058)) * remove limited license plugin ([open-sauced#8](https://github.com/ogdev-01/release/issues/8)) ([fc06582](fc06582)), closes [open-sauced#7](https://github.com/ogdev-01/release/issues/7) * upgrade node 18 in release workflows ([92a2f86](92a2f86)) ### π Documentation * adjust plugins in readme ([13777e1](13777e1)) * NPM_PACKAGE_ROOT README.md ([1d80114](1d80114)) * skip changelog README.md ([fd28263](fd28263)) ### π Features * add hot open sauced supabase feature integration ([3d8cfbf](3d8cfbf)) * Adds SKIP_NPM_PUBLISH and SKIP_DOCKER_PUBLISH ([c89740d](c89740d)) * bump pkg, pkg-lock subdir ([c2109ee](c2109ee)) * commit npm-shrinkwrap.json ([5ce8e0e](5ce8e0e)) * configure variables ([af2eac1](af2eac1)) * initial commit ([ed3c774](ed3c774)) * manifest version value bump ([open-sauced#13](https://github.com/ogdev-01/release/issues/13)) ([9f4cd6f](9f4cd6f)) * npm package root path ([7048dd6](7048dd6)) * remove google analyser plugin from config ([3e5f571](3e5f571)) * setup release for ogdev ([dabdc21](dabdc21)) * skip changelog gen ([c7b6e33](c7b6e33)) * work around CVE-2022-24765 changes and update to esm release binary ([57c4acc](57c4acc)), closes [/github.blog/2022-04-12-git-security-vulnerability-announced/#cve-2022-24765](https://github.com/ogdev-01//github.blog/2022-04-12-git-security-vulnerability-announced//issues/cve-2022-24765) [open-sauced#10](https://github.com/ogdev-01/release/issues/10)
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 adds support for
manifest.json
file. If present, theversion
value in the file will be updated to the newly pushednpm
anddocker
tags. The release config has been updated to includemanifest.json
in the assets for@semantic-release/git
plugin. The changes have been reflected in theREADME.md
file.Generated using OpenSauced.
A demo of the manifest version bump can be found here: Anush008@7cc8102.
Related Tickets & Documents
Resolves open-sauced/ai#53.
Mobile & Desktop Screenshots/Recordings
Added tests?
Added to documentation?