Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 1 addition & 6 deletions .github/workflows/generateUpdatesXml.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@
versionRegex = r'.*?\-(\d.*[.-]\d{3})\.zip$'
for asset in data['assets']:
name = asset['name']
if ('plugin-amazonq' in name):
plugin = 'amazon.q'
elif ('plugin-core' in name):
plugin = 'aws.toolkit.core'
else:
plugin = 'aws.toolkit'
plugin = 'aws.toolkit'
build = re.match(buildRegex, name)
if build == None:
continue
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
generate_artifact:
strategy:
matrix:
build_target: [ ':plugin-core:buildPlugin', ':plugin-toolkit:intellij-standalone:buildPlugin', ':plugin-amazonq:buildPlugin' ]
version: [ '2024.3', '2025.1', '2025.2', '2025.3' ]
build_target: [ ':plugin-toolkit:intellij-standalone:buildPlugin' ]
version: [ '2025.1', '2025.2', '2025.3' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
25 changes: 0 additions & 25 deletions .run/Run All - Community [2024.3].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run All - Community [2025.1].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run All - Community [2025.2].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run All - Rider [2024.3].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run All - Rider [2025.1].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run All - Rider [2025.2].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run All - Ultimate [2024.3].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run All - Ultimate [2025.1].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run All - Ultimate [2025.2].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run Amazon Q - Community [2024.3].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run Amazon Q - Community [2025.1].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run Amazon Q - Community [2025.2].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run Amazon Q - Rider [2024.3].run.xml

This file was deleted.

Loading
Loading