Skip to content

chore: update release trigger to include all tags in build-push workflow #16631

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

Merged
merged 1 commit into from
Mar 24, 2025

Conversation

laipz8200
Copy link
Member

@laipz8200 laipz8200 commented Mar 24, 2025

Signed-off-by: -LAN- [email protected]

Summary

We need to adjust the release process: first add a tag and build the image, then proceed with the release.

closes #16637

Screenshots

Before After
... ...

Checklist

Important

Please review the checklist below before submitting your pull request.

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

@laipz8200 laipz8200 marked this pull request as ready for review March 24, 2025 09:13
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Mar 24, 2025
@laipz8200 laipz8200 requested a review from crazywoola March 24, 2025 09:13
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Mar 24, 2025
@crazywoola crazywoola merged commit 058d9c3 into main Mar 24, 2025
12 checks passed
@crazywoola crazywoola deleted the chore/run-build-when-add-tag branch March 24, 2025 09:17
parambharat pushed a commit to parambharat/dify that referenced this pull request Mar 31, 2025
Scorpion1221 added a commit to yybht155/dify that referenced this pull request Apr 8, 2025
* commit '1be0d26c1feb4bcbbdd2b4ae4eeb25874aadaddb': (134 commits)
  fix metadata filter not affect in keyword-search and fulltext-search (langgenius#16644)
  chore: bump the package version to 1.1.3 (langgenius#16612)
  fix: fix inner API workspace Account.query error. (langgenius#16630)
  fix: update retrieval configuration to correctly handle reranking mod… (langgenius#16641)
  chore: update release trigger to include all tags in build-push workflow (langgenius#16631)
  Fix: style of sidebar with in mobile (langgenius#16629)
  Fix: style issue of app detail panel in jp (langgenius#16620)
  Fix: show feedback status in conversation (langgenius#16615)
  fix: cancel marketplace debounced search when clear search keywords (langgenius#16614)
  feat: add openGauss PQ acceleration feature (langgenius#16432)
  fix: sanitizer svg to avoid xss (langgenius#16606)
  feat: add datasets detail context and provider for improved data vali… (langgenius#16451)
  feat: datasets openapi list segements support paged resp (langgenius#16603)
  Fix: web app sidebar cannot close when long title conversation existed (langgenius#16593)
  fix: transition in simple select causes page crash (langgenius#16587)
  fix: workflow if-else node variable tag style (langgenius#16583)
  chore: enable eslint cache (langgenius#16570)
  fix: update app mode display text for advanced-chat type (langgenius#16578)
  fix: fix variable-aggregator cannot pass node check in group mode (langgenius#16439)
  feat: Make the logic of APP filtering and creation the same (langgenius#16079)
  ...

# Conflicts:
#	.github/workflows/build-push.yml
#	api/poetry.lock
#	web/.husky/pre-commit
#	web/pnpm-lock.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trigger the build-publish action by tag, not release.
2 participants