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

Updates beta release flow #27

Merged
merged 3 commits into from
Apr 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/---bug-report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "\U0001F41E Bug report"
name: "🐞 Bug report"
about: Create a report to help us improve
title: "\U0001F41E [Bug] : "
labels: "\U0001FAB2bug"
title: "🐞 [Bug]: "
labels: "🐞 bug"
assignees: ''

---
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/---feature-request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "\U0001F195 Feature request"
name: "💡 Feature request"
about: Suggest an idea for this project
title: "\U0001F195 [Feature]: "
labels: "⭐enhancement"
title: "💡 [Feature]: "
labels: "⭐ enhancement"
assignees: ''

---
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:

- name: Install the dependencies
run: npm i

- name: Prepare BETA
run: node scripts/beta-release.js $GITHUB_RUN_ID

- name: Publish
run: npx vsce publish -p ${{ secrets.VSCE_PAT }} --pre-release --baseImagesUrl https://raw.githubusercontent.com/pnp/vscode-viva/dev
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [0.4.5] - 2023-04-30

- Maintenance release

## [0.4.2] - 2023-04-20

- Updated to use SharePoint Framework version 1.17.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "viva-connections-toolkit",
"displayName": "Viva Connections Toolkit",
"description": "With the Viva Connections Toolkit extension, you can create and manage your Viva Connections solutions on your tenant. All actions you need to perform during the development flow are at your fingertips. Extensions also works with any SharePoint Framework. This toolkit is provided by the community.",
"version": "0.4.2",
"version": "0.4.5",
"publisher": "m365pnp",
"preview": true,
"homepage": "https://github.com/pnp/vscode-viva",
Expand Down