Skip to content

Commit

Permalink
fix cachix#1127: bump mkdocs/modules once nixpkgs is synced up
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Apr 15, 2024
1 parent 0f14c50 commit d1d3fdc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
8 changes: 5 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
- write a blog post
- bump version in mkdocs.yml
- devenv-bump-version
- bump version in devenv/Cargo.toml
- bump version in package.nix
- git commit
- git tag
- git push --tags
- create a release on github
- bump nixpkgs in docs/getting-started

# Once nixpkgs has been updated

- bump version in mkdocs.yml
- src/modules/latest-version
6 changes: 0 additions & 6 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@
tailwind.exec = "watchexec -e html,css,js npx tailwindcss build docs/assets/extra.css -o docs/assets/output.css";
};

scripts.devenv-bump-version.exec = ''
# TODO: ask for the new version
# TODO: update the version in thep mkdocs.yml
echo assuming you bumped the version in mkdocs.yml, populating src/modules/latest-version
cat mkdocs.yml | yaml2json | jq -r '.extra.devenv.version' > src/modules/latest-version
'';
scripts.devenv-test-cli.exec = ''
set -xe
set -o pipefail
Expand Down
2 changes: 1 addition & 1 deletion examples/ruby/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.1
3.2.1

0 comments on commit d1d3fdc

Please sign in to comment.