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

chore: Promote rc to stable #710

Merged
merged 1 commit into from
Dec 6, 2023
Merged

chore: Promote rc to stable #710

merged 1 commit into from
Dec 6, 2023

Conversation

jaredallard
Copy link
Contributor

Promote rc to stable, created by dt release promote

DO NOT MERGE

`DIR` is a common pattern used in devbase to determine the current
running directory. Unfortunately, some of our libraries have _also_
started to use it. This ends up in secenarios where `DIR` can be
overwritten by an imported script. To avoid this, we've used `LIB_DIR`
inside the libraries to prevent clashes from causing an issue.

In reality, we shouldn't be using Bash which would help... for now this
fixes it by changing the newly added `DIR` to be `LIB_DIR`.
@jaredallard jaredallard requested a review from a team as a code owner December 6, 2023 22:46
@jaredallard jaredallard merged commit 566b215 into release Dec 6, 2023
0 of 2 checks passed
@getoutreach-ci-1
Copy link
Contributor

🎉 This PR is included in version 2.23.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants