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

Upgrade to FSL 1.1 #233

Closed
26 tasks done
Tracked by #231
chadwhitacre opened this issue Jan 30, 2024 · 3 comments
Closed
26 tasks done
Tracked by #231

Upgrade to FSL 1.1 #233

chadwhitacre opened this issue Jan 30, 2024 · 3 comments

Comments

@chadwhitacre chadwhitacre changed the title Release FSL 1.1. Release FSL 1.1 Jan 30, 2024
@chadwhitacre chadwhitacre changed the title Release FSL 1.1 Upgrade to FSL 1.1 Feb 27, 2024
@chadwhitacre
Copy link
Member Author

chadwhitacre commented Feb 27, 2024

Hacking it with a script whose current state is:

#!/usr/bin/env zsh

one () {
  cd $1
  git reset --hard
  notice=$(grep Copyright LICENSE.md | sed -e 's/-2023/-2024/' | sed -e 's/ 2023/ 2023-2024/') 
  echo $notice
  cp /Users/chadwhitacre/Desktop/LICENSE.md .
  sed -e "s/NOTICE/$notice/" -i '' LICENSE.md
  git diff
  cd ../..
}

one getsentry/relay/
exit
one getsentry/snuba/
one getsentry/snuba-sdk/
one getsentry/vroom/
one getsentry/timeseries-analysis-service/
one getsentry/develop/
one getsentry/sentry-kafka-schemas/
one getsentry/usage-accountant/
one codecov/codecov-api/
one codecov/codecov-gateway/
one codecov/shared/
one codecov/gazebo/
one codecov/self-hosted/
one codecov/relay/
one codecov/worker/

@trent-codecov
Copy link

@chadwhitacre I approved all the Codecov PRs

chadwhitacre added a commit to getsentry/sentry that referenced this issue Feb 27, 2024
@chadwhitacre
Copy link
Member Author

Thanks @trent-codecov, merged! 😎

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

No branches or pull requests

2 participants