This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
feat: document release stages and versions #70
Merged
jvallesm
merged 2 commits into
main
from
jvalles/ins-3860-document-how-to-create-a-coming-soon-open-for-contributions
Mar 15, 2024
Merged
feat: document release stages and versions #70
jvallesm
merged 2 commits into
main
from
jvalles/ins-3860-document-how-to-create-a-coming-soon-open-for-contributions
Mar 15, 2024
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #70 +/- ##
=======================================
Coverage 44.94% 44.94%
=======================================
Files 6 6
Lines 1117 1117
=======================================
Hits 502 502
Misses 527 527
Partials 88 88
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
7f961d4
to
d54e06c
Compare
donch1989
pushed a commit
that referenced
this pull request
Mar 29, 2024
🤖 I have created a release *beep* *boop* --- ## [0.14.0-beta](v0.13.0-beta...v0.14.0-beta) (2024-03-29) ### Features * document release stages and versions ([#70](#70)) ([91457dc](91457dc)) * merge connector and operator repos into this repo ([#72](#72)) ([2fd6b1d](2fd6b1d)) * read release stage in auto generated docs from field in definitions ([#68](#68)) ([90ea333](90ea333)) * remove pre-release label in version ([#75](#75)) ([f0320d3](f0320d3)) ### Bug Fixes * document pre-release version removal ([#71](#71)) ([e527a11](e527a11)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
namwoam
pushed a commit
to namwoam/component
that referenced
this pull request
Jun 24, 2024
Because - The `definitions.json` structure relies on dev knowledge. - CONTRIBUTING guidelines have outdated info This commit - Corrects outdated info - Adds a section about how to bump the version of a component and how to keep it aligned with the release version.
namwoam
pushed a commit
to namwoam/component
that referenced
this pull request
Jun 24, 2024
🤖 I have created a release *beep* *boop* --- ## [0.14.0-beta](instill-ai/component@v0.13.0-beta...v0.14.0-beta) (2024-03-29) ### Features * document release stages and versions ([instill-ai#70](instill-ai#70)) ([91457dc](instill-ai@91457dc)) * merge connector and operator repos into this repo ([instill-ai#72](instill-ai#72)) ([2fd6b1d](instill-ai@2fd6b1d)) * read release stage in auto generated docs from field in definitions ([instill-ai#68](instill-ai#68)) ([90ea333](instill-ai@90ea333)) * remove pre-release label in version ([instill-ai#75](instill-ai#75)) ([f0320d3](instill-ai@f0320d3)) ### Bug Fixes * document pre-release version removal ([instill-ai#71](instill-ai#71)) ([e527a11](instill-ai@e527a11)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Because
definitions.json
structure relies on dev knowledge.This commit