Skip to content
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

feature: CI/CD docs (next-major) and merges (next-major/main) #245

Merged
merged 11 commits into from
Apr 8, 2024

Conversation

kschrief
Copy link
Contributor

No description provided.

Copy link

Core SDK - MFOS standalone sanity report:
Passes - 197 Failures - 0 Pending - 0 Skipped - 5
Report JSON/HTML Files: https://github.com/rdkcentral/firebolt-apis/suites/21598044319/artifacts/1315458166
Job Logs: https://github.com/rdkcentral/firebolt-apis/actions/runs/8235518614

Copy link

Core SDK - MFOS standalone sanity report:
Passes - 197 Failures - 0 Pending - 0 Skipped - 5
Report JSON/HTML Files: https://github.com/rdkcentral/firebolt-apis/suites/21598052867/artifacts/1315458827
Job Logs: https://github.com/rdkcentral/firebolt-apis/actions/runs/8235521864

Copy link

Core SDK - MFOS standalone sanity report:
Passes - 197 Failures - 0 Pending - 0 Skipped - 5
Report JSON/HTML Files: https://github.com/rdkcentral/firebolt-apis/suites/22078495434/artifacts/1356030011
Job Logs: https://github.com/rdkcentral/firebolt-apis/actions/runs/8422240332

Copy link

github-actions bot commented Apr 8, 2024

Core SDK - MFOS standalone sanity report:
Passes - 197 Failures - 0 Pending - 0 Skipped - 5
Report JSON/HTML Files: https://github.com/rdkcentral/firebolt-apis/suites/22540789776/artifacts/1394750556
Job Logs: https://github.com/rdkcentral/firebolt-apis/actions/runs/8602764280

Copy link

github-actions bot commented Apr 8, 2024

Core SDK - MFOS standalone sanity report:
Passes - 197 Failures - 0 Pending - 0 Skipped - 5
Report JSON/HTML Files: https://github.com/rdkcentral/firebolt-apis/suites/22540842897/artifacts/1394754672
Job Logs: https://github.com/rdkcentral/firebolt-apis/actions/runs/8602781477

@kschrief kschrief merged commit 49ab03d into next Apr 8, 2024
8 checks passed
@kschrief kschrief deleted the feature/next-major-docs branch April 8, 2024 18:50
kschrief pushed a commit that referenced this pull request Apr 8, 2024
# [1.2.0-next.2](v1.2.0-next.1...v1.2.0-next.2) (2024-04-08)

### Features

* CI/CD docs (next-major) and merges (next-major/main) ([#245](#245)) ([49ab03d](49ab03d))
@kschrief
Copy link
Contributor Author

kschrief commented Apr 8, 2024

🎉 This PR is included in version 1.2.0-next.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

kschrief pushed a commit that referenced this pull request Jun 12, 2024
# [2.0.0-next-major.1](v1.1.0...v2.0.0-next-major.1) (2024-06-12)

### Bug Fixes

* Add PlaylistEntity to EntityIntent ([9769d6d](9769d6d))
* Add some context for events vs transitions ([ee9dd21](ee9dd21))
* Added code example ([2049199](2049199))
* Adding more details ([55e6fc3](55e6fc3))
* Aligning Presentation w/ Lifecycle ([68d67c8](68d67c8))
* Cleaned up Presentation spec ([06a0f40](06a0f40))
* Comment out sanity tests ([1b719e1](1b719e1))
* Extra newline for really long words ([9e8c7fd](9e8c7fd))
* Formatting ([1608784](1608784))
* latest udpates ([c64aab6](c64aab6))
* Latest WG edits ([0feb4d6](0feb4d6))
* Latest working group changes ([de7fc82](de7fc82))
* Legacy specification support fix ([08beac4](08beac4))
* more ntoes ([88f29b1](88f29b1))
* Move HDMI, UserInterest over to new RPC paradigm ([462d6a1](462d6a1))
* Piotr's feedback/edits ([84c9d65](84c9d65))
* Post-merge cleanup ([c6f8767](c6f8767))
* Presentation Working Group Edits ([b559ea7](b559ea7))
* Removed sdk as required field from Device.version ([#231](#231)) ([ef3de3e](ef3de3e))
* table clean up ([24e17e1](24e17e1))
* Today's working group edits ([31cebed](31cebed))
* Trigger major version build ([247d20c](247d20c))
* Typos ([71ce04b](71ce04b))
* Update CI to use new npm script name ([543afc4](543afc4))
* Updates form today's WG ([ab21aac](ab21aac))
* Updates from today's WG ([cb3d6ac](cb3d6ac))
* Updates from today's working group ([218cefb](218cefb))
* Word publish scripts ([#78](#78)) ([0e50c01](0e50c01))

### chore

* Tag for next-major ([#76](#76)) ([42d7435](42d7435))

### Features

* Add content-access api, deprecate entitlements, remove availabi… ([#83](#83)) ([a87dd03](a87dd03))
* CI/CD docs (next-major) and merges (next-major/main) ([#245](#245)) ([49ab03d](49ab03d))
* Command and Control Intents ([#251](#251)) ([c8f8dae](c8f8dae))
* Firebolt CPP SDKs ([5ea5d4e](5ea5d4e)), closes [#189](#189) [#190](#190) [#191](#191) [#192](#192) [#205](#205) [#209](#209) [#218](#218) [#222](#222) [#228](#228) [#230](#230) [#237](#237) [#238](#238) [#249](#249)
* First Draft based on today's working group ([b51ee9e](b51ee9e))
* Resource Deallocators and Loading Screens ([61e9379](61e9379))
* User Interest ([#170](#170)) ([48a1094](48a1094))

### BREAKING CHANGES

* Capabilities support in firebolt 1.0
* previous breaking change commit had this in the wrong place, putting it here now.
@kschrief
Copy link
Contributor Author

🎉 This PR is included in version 2.0.0-next-major.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

kschrief pushed a commit that referenced this pull request Jun 14, 2024
# [1.2.0](v1.1.0...v1.2.0) (2024-06-14)

### Bug Fixes

* Add PlaylistEntity to EntityIntent ([9769d6d](9769d6d))
* CHANGELOG formatting for Core SDK ([de051a4](de051a4))
* Remove x-alternatives that don't exist ([#278](#278)) ([e38ad5a](e38ad5a))
* Removed sdk as required field from Device.version ([#231](#231)) ([ef3de3e](ef3de3e))
* Update CHANGELOG.md ([85e6ccb](85e6ccb))

### Features

* CI/CD docs (next-major) and merges (next-major/main) ([#245](#245)) ([49ab03d](49ab03d))
* Command and Control Intents ([#251](#251)) ([c8f8dae](c8f8dae))
* Firebolt CPP SDKs ([5ea5d4e](5ea5d4e)), closes [#189](#189) [#190](#190) [#191](#191) [#192](#192) [#205](#205) [#209](#209) [#218](#218) [#222](#222) [#228](#228) [#230](#230) [#237](#237) [#238](#238) [#249](#249)
* Updated CHANGELOGS for SDKs for version 1.2.0 ([b20b38d](b20b38d))
* User Interest ([#170](#170)) ([48a1094](48a1094))
@kschrief
Copy link
Contributor Author

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

kschrief pushed a commit that referenced this pull request Jun 14, 2024
# [1.2.0](v1.1.0...v1.2.0) (2024-06-14)

### Bug Fixes

* Add PlaylistEntity to EntityIntent ([9769d6d](9769d6d))
* CHANGELOG formatting for Core SDK ([de051a4](de051a4))
* Remove x-alternatives that don't exist ([#278](#278)) ([e38ad5a](e38ad5a))
* Removed sdk as required field from Device.version ([#231](#231)) ([ef3de3e](ef3de3e))
* Update CHANGELOG.md ([85e6ccb](85e6ccb))

### Features

* CI/CD docs (next-major) and merges (next-major/main) ([#245](#245)) ([49ab03d](49ab03d))
* Command and Control Intents ([#251](#251)) ([c8f8dae](c8f8dae))
* Firebolt CPP SDKs ([5ea5d4e](5ea5d4e)), closes [#189](#189) [#190](#190) [#191](#191) [#192](#192) [#205](#205) [#209](#209) [#218](#218) [#222](#222) [#228](#228) [#230](#230) [#237](#237) [#238](#238) [#249](#249)
* Updated CHANGELOGS for SDKs for version 1.2.0 ([b20b38d](b20b38d))
* User Interest ([#170](#170)) ([48a1094](48a1094))
@kschrief
Copy link
Contributor Author

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

kschrief pushed a commit that referenced this pull request Jun 17, 2024
# [1.2.0](v1.1.0...v1.2.0) (2024-06-17)

### Bug Fixes

* Add PlaylistEntity to EntityIntent ([9769d6d](9769d6d))
* CHANGELOG formatting for Core SDK ([de051a4](de051a4))
* Remove x-alternatives that don't exist ([#278](#278)) ([e38ad5a](e38ad5a))
* Removed sdk as required field from Device.version ([#231](#231)) ([ef3de3e](ef3de3e))
* Update CHANGELOG.md ([85e6ccb](85e6ccb))

### Features

* CI/CD docs (next-major) and merges (next-major/main) ([#245](#245)) ([49ab03d](49ab03d))
* Command and Control Intents ([#251](#251)) ([c8f8dae](c8f8dae))
* Firebolt CPP SDKs ([5ea5d4e](5ea5d4e)), closes [#189](#189) [#190](#190) [#191](#191) [#192](#192) [#205](#205) [#209](#209) [#218](#218) [#222](#222) [#228](#228) [#230](#230) [#237](#237) [#238](#238) [#249](#249)
* Updated CHANGELOGS for SDKs for version 1.2.0 ([b20b38d](b20b38d))
* User Interest ([#170](#170)) ([48a1094](48a1094))
kschrief pushed a commit that referenced this pull request Jun 17, 2024
# [1.2.0](v1.1.0...v1.2.0) (2024-06-17)

### Bug Fixes

* Add PlaylistEntity to EntityIntent ([9769d6d](9769d6d))
* CHANGELOG formatting for Core SDK ([de051a4](de051a4))
* Remove x-alternatives that don't exist ([#278](#278)) ([e38ad5a](e38ad5a))
* Removed sdk as required field from Device.version ([#231](#231)) ([ef3de3e](ef3de3e))
* Update CHANGELOG.md ([85e6ccb](85e6ccb))

### Features

* CI/CD docs (next-major) and merges (next-major/main) ([#245](#245)) ([49ab03d](49ab03d))
* Command and Control Intents ([#251](#251)) ([c8f8dae](c8f8dae))
* Firebolt CPP SDKs ([5ea5d4e](5ea5d4e)), closes [#189](#189) [#190](#190) [#191](#191) [#192](#192) [#205](#205) [#209](#209) [#218](#218) [#222](#222) [#228](#228) [#230](#230) [#237](#237) [#238](#238) [#249](#249)
* Updated CHANGELOGS for SDKs for version 1.2.0 ([b20b38d](b20b38d))
* User Interest ([#170](#170)) ([48a1094](48a1094))
@kschrief
Copy link
Contributor Author

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

kschrief pushed a commit that referenced this pull request Jun 17, 2024
# [1.2.0](v1.1.0...v1.2.0) (2024-06-17)

### Bug Fixes

* Add discovery to semantic-release ([#282](#282)) ([7966bd3](7966bd3))
* Add PlaylistEntity to EntityIntent ([9769d6d](9769d6d))
* CHANGELOG formatting for Core SDK ([de051a4](de051a4))
* Remove x-alternatives that don't exist ([#278](#278)) ([e38ad5a](e38ad5a))
* Removed sdk as required field from Device.version ([#231](#231)) ([ef3de3e](ef3de3e))
* Update CHANGELOG.md ([85e6ccb](85e6ccb))

### Features

* CI/CD docs (next-major) and merges (next-major/main) ([#245](#245)) ([49ab03d](49ab03d))
* Command and Control Intents ([#251](#251)) ([c8f8dae](c8f8dae))
* Firebolt CPP SDKs ([5ea5d4e](5ea5d4e)), closes [#189](#189) [#190](#190) [#191](#191) [#192](#192) [#205](#205) [#209](#209) [#218](#218) [#222](#222) [#228](#228) [#230](#230) [#237](#237) [#238](#238) [#249](#249)
* Updated CHANGELOGS for SDKs for version 1.2.0 ([b20b38d](b20b38d))
* User Interest ([#170](#170)) ([48a1094](48a1094))
@kschrief
Copy link
Contributor Author

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant