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

TODO: Triage a bunch of nonesense symbols in log processing #3157

Closed
smashah opened this issue Dec 26, 2023 · 3 comments
Closed

TODO: Triage a bunch of nonesense symbols in log processing #3157

smashah opened this issue Dec 26, 2023 · 3 comments
Labels
PRIORITY Fast track for BMAC Members only.

Comments

@smashah
Copy link
Member

smashah commented Dec 26, 2023

Symbol(message)
undefined
undefined
Symbol(level)
Symbol(splat)
Symbol(message)
undefined
undefined
Symbol(level)
Symbol(splat)
Symbol(message)

@owa-gh-bot owa-gh-bot bot added the PRIORITY Fast track for BMAC Members only. label Dec 26, 2023
@t0g3pii
Copy link

t0g3pii commented Dec 26, 2023

node_modules\@open-wa\wa-automate\dist\logging\logging.js:51
: if(typeof keyStr != "string") { console.log(keyStr) }

@smashah
Copy link
Member Author

smashah commented Dec 29, 2023

@github-actions run

⚡ Release! ⚡
(async () => {
function exec(cmd) {
try {
	execSync(cmd, {stdio: 'inherit'})
}  catch (error) {
    console.log(`Status Code: ${error.status} with '${error.message}'`);
 }
}
//set the version type
process.env.VERS = "patch"

// Config
const gitUserEmail = "github-actions[bot]@users.noreply.github.com";
const gitUserName = "github-actions[bot]";

exec(`echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc`);
exec(`git config --global user.email "${gitUserEmail}"`);
exec(`git config --global user.name "${gitUserName}"`);
exec(`npm i -D`);
exec(`npm run release-ci $VERS`);

// types only package
exec('npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN')
exec(`npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN && npm run types:publish `);
exec(`git commit -a -m 'updated types-only package'`);
exec(`git push --force`);

//comment on the issue
var result = execSync(`npx auto-changelog -o ./tempchangelog.txt --commit-limit false --template ./compact-keepachangelog.hbs --stdout`).toString();

    await postComment(result);

//create changelog image
exec(`npm run release-image`);
exec(`git commit -a -m 'updated release-image'`);
exec(`git push --force`);
  })();

@smashah
Copy link
Member Author

smashah commented Dec 29, 2023

Changelog

🚀 Release 4.66.4 (2023-12-29)

@smashah smashah closed this as completed Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PRIORITY Fast track for BMAC Members only.
Projects
None yet
Development

No branches or pull requests

2 participants