diff --git a/.emacs b/.emacs index 874896e..7a103c4 100644 --- a/.emacs +++ b/.emacs @@ -1,4 +1,4 @@ -;;; Emfy 0.3.0-dev +;;; Emfy 0.3.0 ;; Customize user interface. (when (display-graphic-p) diff --git a/LICENSE.md b/LICENSE.md index b212e2b..37a4380 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ MIT License =========== -Copyright (c) 2021-2022 Susam Pal +Copyright (c) 2021-2023 Susam Pal Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/meta/README.md b/meta/README.md index b288e28..4cceeb2 100644 --- a/meta/README.md +++ b/meta/README.md @@ -1,40 +1,20 @@ Meta ==== -Screenshots ------------ - -This directory contains some example files useful for taking -screenshots used in the [README.md](../README.md) document of this -project. - -Before taking screenshots `mv .git .bkp`. - -Use the following window dimensions while taking screenshots: - -- `example.el`, `example.md`: 132 x 32 -- `lorem1.txt`: 80 x 12 -- `lorem2.txt`: 80 x 12 -- `lorem3.txt`: 80 x 12 -- `lorem4.txt`: 80 x 12 - - Release Checklist ----------------- - - Update version number in .emacs. - - Update year in LICENSE.md. - - Update CHANGES.md. - - Add new screenshots if necessary. - - Commit changes. - - git add -p - git commit - - - Tag the release. +- Update version number in .emacs. +- Update year in LICENSE.md. +- Update CHANGES.md. +- Add new screenshots if necessary. +- Tag the release. - VER= + ``` + VER= - git commit -em "Set version to $VER" - git tag $VER -m "Emfy $VER" - git push origin main $VER + git add -p + git commit -em "Set version to $VER" + git tag $VER -m "Emfy $VER" + git push origin main $VER + ```