Skip to content

Commit

Permalink
version 1.1.11: add few more skills to tech skills (#96)
Browse files Browse the repository at this point in the history
* skills: add terraform, bicep, polars

* workflow: fix typo

* pyproject: pin pyyaml to 5.3.1 for python3.11 due to some dependency issues

* skills: move sql to languages

* skills: add organize to Azure DevOps

* cvcreator: bump version to 1.1.11
  • Loading branch information
Naeeme committed Jul 31, 2023
1 parent 1692b1b commit f3815bc
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "Change Log" > CHANGELOG.md
echo "-----------------" >> CHANGELOG.md
echo "All the commits since the last tag are as followed:" >> CHANGELOG.md
echo "All the commits since the last tag are as follows:" >> CHANGELOG.md
git log --pretty=oneline $previous_tag...$tag_name >> CHANGELOG.md
git push origin $tag_name
Expand Down
7 changes: 5 additions & 2 deletions cvcreator/data/tech_skills.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ allowed_labels = [
"AsyncIO" = ["Tools"]
"Autoconf" = ["Tools"]
"Azure Databricks" = ["Platforms", "Cloud"]
"Azure Devops" = ["Tools", "Testing"]
"Azure Devops" = ["Tools", "Testing", "Organize"]
"Azure SQL" = ["Platforms", "Cloud", "Databases"]
"Backbone.js" = ["Tools", "Web"]
"Bash" = ["Languages"]
"Bicep" = ["Languages"]
"Black" = ["Tools", "Testing"]
"Blas" = ["Tools", "Math"]
"Bokeh" = ["Tools", "Visualization"]
Expand Down Expand Up @@ -216,6 +217,7 @@ allowed_labels = [
"PETSc" = ["Tools", "Modelling"]
"PHP" = ["Languages"]
"Pandas" = ["Tools"]
"Polars" = ["Tools"]
"ParaView" = ["Tools", "Visualization"]
"Perforce" = ["Tools", "Organize"]
"Perl" = ["Languages"]
Expand Down Expand Up @@ -251,7 +253,7 @@ allowed_labels = [
"SegyIO" = ["Tools", "Modelling"]
"SLEPc" = ["Tools", "Math"]
"SPARQL" = ["Tools", "Databases"]
"SQL" = ["Tools", "Databases"]
"SQL" = ["Languages"]
"SQLAlchemy" = ["Tools", "Databases"]
"SQLite" = ["Tools", "Databases"]
"STL" = ["Languages"]
Expand All @@ -275,6 +277,7 @@ allowed_labels = [
"TKinter" = ["Tools", "GUI"]
"Tcl/Tk" = ["Languages"]
"Tensorflow" = ["Tools", "ML"]
"Terraform" = ["Tools"]
"Three.js" = ["Tools", "Web"]
"TimescaleDB" = ["Tools", "Databases"]
"Tornado" = ["Tools", "Web"]
Expand Down

0 comments on commit f3815bc

Please sign in to comment.