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

Fix parsing commit log #2311

Merged
merged 1 commit into from
Mar 4, 2024
Merged

Fix parsing commit log #2311

merged 1 commit into from
Mar 4, 2024

Conversation

ayoy
Copy link
Collaborator

@ayoy ayoy commented Mar 4, 2024

Task/Issue URL: https://app.asana.com/0/1203301625297703/1206746746471737/f

Description:
When there's no space between "Task/Issue URL:" and the URL, use sed to filter out the URL itself.

Steps to test this PR:
Run git log 1.77.0..HEAD | grep -A 1 'Task.*URL' | awk '{ print $NF; }' | grep app\.asana\.com | sed -E 's/.*(https:.*)/\1/' in the console and verify that all URLs look sane.


Internal references:

Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation

@ayoy ayoy merged commit 26a710f into main Mar 4, 2024
18 checks passed
@ayoy ayoy deleted the dominik/fix-update-asana branch March 4, 2024 18:14
samsymons added a commit that referenced this pull request Mar 6, 2024
# By Alexey Martemyanov (10) and others
# Via GitHub
* main: (39 commits)
  Add Peoplewhiz data broker (#2310)
  Integrate confirm entitlements endpoint for macOS App Store purchase (#2325)
  Make dbSaveBloomFilterError pixel daily and continuous (#2299)
  Subscription UI updates (#2303)
  Add email pattern on opt-out pixel (#2307)
  Use compile-time checked generated asset names (#2177)
  fix bundle name in breakByRaisingSigInt (#2319)
  BSK update for iOS autofill support to delete all passwords (#2254)
  Bump BrowserServicesKit (#2309)
  Bump version to 1.78.0 (132)
  Fix crash on popup window display; adjust naming (#2315)
  Bump version to 1.78.0 (131)
  Set marketing version to 1.78.0
  Update embedded files
  Fix parsing commit log (#2311)
  DBP: Set correct duration of submit-success pixel (#2308)
  Publish subsequent internal releases right after building (#2306)
  DBP disable pixel changes (#2293)
  Remove duplicated broker items (#2294)
  fix tab title not updated (#2302)
  ...

# Conflicts:
#	DuckDuckGo.xcodeproj/project.pbxproj
#	DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants