Skip to content

Commit

Permalink
#51 set version to the .pl file
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 23, 2023
1 parent 5d87edf commit 815d7bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/l3build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
package-file: DEPENDS.txt
- run: l3build ctan --show-log-on-error --halt-on-error
- run: ./tests.pl
- run: sed -i "s/0\.0\.0/$(date +%Y-%m-%d-%H-%M)/g" build/distrib/tds/tex/latex/bibcop.pl
- uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: gh-pages
Expand Down
1 change: 1 addition & 0 deletions bibcop.pl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

# 0.0.0
package bibcop;

use warnings;
Expand Down

0 comments on commit 815d7bd

Please sign in to comment.