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

🔖 release 6.1.2 (2nd attempt) #420

Merged
merged 57 commits into from
May 14, 2023
Merged

🔖 release 6.1.2 (2nd attempt) #420

merged 57 commits into from
May 14, 2023

Conversation

techouse
Copy link
Collaborator

@techouse techouse commented May 13, 2023

yousinix and others added 30 commits May 25, 2021 09:26
Co-authored-by: Ivan Terekhin <i.terhin@gmail.com>
Co-authored-by: István Juhos <stewemetal@gmail.com>
Co-authored-by: Ivan Terekhin <i.terhin@gmail.com>
Co-authored-by: Meysam Karimi <mysmartapply.it4@gmail.com>
Guldem and others added 11 commits January 6, 2023 22:25
* Extracted the http logging interceptor
Make http logging interceptor configurable (none, basic, headers, body)

* Minor tweaks
Updated documentation

* Simplified onRequest body and startMessage logic.
Made onResponse more consistent with onRequest.
* Made applyHeaders field name case insensitive.
Added tests for applyHeaders

* fixed quotes lint check
* #290 implement Equatable

* ➕ add faker and data_fixture_dart as dev dependencies

* ✅ add Request equatability test

* ✅ add Response equatability test

* 🔥 Remove some obsolete equatables

* 🔥 Remove some obsolete equatables

* ✅ add PartValue equatability test
* ⬆️ Bump Dart constraint to ">=2.17.0 <3.0.0"
* ⬆️ Bump mono_repo Yaml
* 🚨 Ignore Element.enclosingElement3 warning
# Conflicts:
#	.github/workflows/publish.yml
@techouse techouse changed the title Release v6.1.2 Release v6.1.2 (2nd attempt) May 13, 2023
@techouse techouse changed the title Release v6.1.2 (2nd attempt) 🔖 release v6.1.2 (2nd attempt) May 13, 2023
@techouse techouse changed the title 🔖 release v6.1.2 (2nd attempt) 🔖 release 6.1.2 (2nd attempt) May 13, 2023
@techouse techouse added the release prod release label May 13, 2023
@techouse
Copy link
Collaborator Author

@JEuler how to fix this dirty commit log?

@JEuler
Copy link
Collaborator

JEuler commented May 14, 2023

Probably we just need to kind of git reset the master branch to the develop branch, or something like that.

@JEuler JEuler merged commit 030e833 into master May 14, 2023
@JEuler
Copy link
Collaborator

JEuler commented May 14, 2023

The same problem, hm

@JEuler
Copy link
Collaborator

JEuler commented May 14, 2023

@techouse techouse deleted the release/v6.1.2 branch May 14, 2023 06:26
@techouse
Copy link
Collaborator Author

techouse commented May 14, 2023

Oh god, I made a typo 🙈

Instead of

echo '${{ secrets.PUB_CREDENTIALS }}' > "$XDG_CONFIG_HOME/dart/pub-credentials.json"

it should be

echo '${{ secrets.CREDENTIAL_JSON }}' > "$XDG_CONFIG_HOME/dart/pub-credentials.json"

@JEuler here's the fix #421

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

Successfully merging this pull request may close these issues.