-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from BeverCRM/chore/publishing
publish updates
- Loading branch information
Showing
5 changed files
with
20 additions
and
27 deletions.
There are no files selected for viewing
18 changes: 0 additions & 18 deletions
18
.github/workflows/create-release-and-upload-solution-to-azure-storage-ci.yml
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: Publish on Bever Marketplace CI | ||
|
||
on: | ||
push: | ||
branches: release | ||
|
||
jobs: | ||
main: | ||
uses: BeverCRM/Workflow-Build-Release-Upload-Update/.github/workflows/build-release-upload-update-rw.yml@master | ||
secrets: inherit | ||
with: | ||
control-title: Schedule Board View | ||
control-youtube-video-url: https://www.youtube.com/watch?v=PD5IvVbYWBs | ||
control-tags: Dataset, Grid, Board |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
## [v1.0.1]( https://github.com/BeverCRM/PCF-ScheduleBoardView/releases/tag/v1.0.1) (2023-04-28) | ||
|
||
### Bug Fix | ||
* Fixed the issue with formatted dates | ||
|
||
## [v1.0.0]( https://github.com/BeverCRM/PCF-ScheduleBoardView/releases/tag/v1.0.0) (2023-03-03) | ||
|
||
This control converts any dataset that has start date and end date in its records into Schedule Board. |
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
This file was deleted.
Oops, something went wrong.